#25446E

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

Shades of Catalina Blue #25446E

Tints of Catalina Blue #25446E

Color information

#25446E (or 0x25446E) is unknown color: approx Catalina Blue. HEX triplet: 25, 44 and 6E. RGB value is (37,68,110). Sum of RGB (Red+Green+Blue) = 37+68+110=215 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.21% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 110 (43.36% from 255 or 51.16% from 215); Max value from RGB is 110 - color contains mainly: blue. Hex color #25446E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25446E is #DABB91. Grayscale: #3F3F3F. Windows color (decimal): -14334866 or 7226405. OLE color: 7226405.

HSL color Cylindrical-coordinate representation of color #25446E: hue angle of 214.52º 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 #25446E is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3768110-
CMYK0.660.3800.57
HSL214.52º49.66%28.82%-
HSV(B)214.52º66.36%43.14%-
XYZ5.645.6515.55-
YUV63.52154.23109.08-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.21%
GREEN value IS 68 (26.95% from 255) = 31.63%
BLUE value IS 110 (43.36% from 255) = 51.16%
R=17.21%
G=31.63%
B=51.16%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal37681100.660.3800.57214.5249.6628.82
Hex25446E4226039d7321d
Octal45104156102460713276235
Binary10010110001001101110100001010011001110011101011111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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