#25406E

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

Shades of Catalina Blue #25406E

Tints of Catalina Blue #25406E

Color information

#25406E (or 0x25406E) is unknown color: approx Catalina Blue. HEX triplet: 25, 40 and 6E. RGB value is (37,64,110). Sum of RGB (Red+Green+Blue) = 37+64+110=211 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.54% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 110 (43.36% from 255 or 52.13% from 211); Max value from RGB is 110 - color contains mainly: blue. Hex color #25406E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25406E is #DABF91. Grayscale: #3C3C3C. Windows color (decimal): -14335890 or 7225381. OLE color: 7225381.

HSL color Cylindrical-coordinate representation of color #25406E: hue angle of 217.81º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #25406E is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3764110-
CMYK0.660.4200.57
HSL217.81º49.66%28.82%-
HSV(B)217.81º66.36%43.14%-
XYZ5.415.1915.47-
YUV61.17155.55110.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.54%
GREEN value IS 64 (25.39% from 255) = 30.33%
BLUE value IS 110 (43.36% from 255) = 52.13%
R=17.54%
G=30.33%
B=52.13%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal37641100.660.4200.57217.8149.6628.82
Hex25406E422A039da321d
Octal45100156102520713326235
Binary10010110000001101110100001010101001110011101101011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25406E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,64,110); }

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

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

 a { background-color: rgb(37,64,110); }

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

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

 span { border-color: rgb(37,64,110); }

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