#25365E

Color #25365E Catalina Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Catalina Blue #25365E

Tints of Catalina Blue #25365E

Color information

#25365E (or 0x25365E) is unknown color: approx Catalina Blue. HEX triplet: 25, 36 and 5E. RGB value is (37,54,94). Sum of RGB (Red+Green+Blue) = 37+54+94=185 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20% from 185); Green value is 54 (21.48% from 255 or 29.19% from 185); Blue value is 94 (37.11% from 255 or 50.81% from 185); Max value from RGB is 94 - color contains mainly: blue. Hex color #25365E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25365E is #DAC9A1. Grayscale: #353535. Windows color (decimal): -14338466 or 6174245. OLE color: 6174245.

HSL color Cylindrical-coordinate representation of color #25365E: hue angle of 222.11º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #25365E is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB375494-
CMYK0.610.4300.63
HSL222.11º43.51%25.69%-
HSV(B)222.11º60.64%36.86%-
XYZ4.13.8411.11-
YUV53.48150.87116.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 20%
GREEN value IS 54 (21.48% from 255) = 29.19%
BLUE value IS 94 (37.11% from 255) = 50.81%
R=20%
G=29.19%
B=50.81%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3754940.610.4300.63222.1143.5125.69
Hex25365E3D2B03Fde2c1a
Octal456613675530773365432
Binary100101110110101111011110110101101111111101111010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25365E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25365E; }

 p { color: rgb(37,54,94); }

 H1.HeaderClassName
 {
   color: #25365E;
 }
 .AnyTagClassName
 {
   color: #25365E;
 }
</style>
background-color css

<style>
 a { background-color: #25365E; }

 a { background-color: rgb(37,54,94); }

 div.DivClassName
 {
   background-color: #25365E;
 }
 .BgClassName
 {
   background-color: #25365E;
 }
</style>
border-color css

<style>
 span { border-color: #25365E; }

 span { border-color: rgb(37,54,94); }

 td.TdClassName
 {
   border-color: #25365E;
 }
 .TagClassName
 {
   border-color: #25365E;
 }
</style>