#25456D

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

Shades of Catalina Blue #25456D

Tints of Catalina Blue #25456D

Color information

#25456D (or 0x25456D) is unknown color: approx Catalina Blue. HEX triplet: 25, 45 and 6D. RGB value is (37,69,109). Sum of RGB (Red+Green+Blue) = 37+69+109=215 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.21% from 215); Green value is 69 (27.34% from 255 or 32.09% from 215); Blue value is 109 (42.97% from 255 or 50.70% from 215); Max value from RGB is 109 - color contains mainly: blue. Hex color #25456D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25456D is #DABA92. Grayscale: #3F3F3F. Windows color (decimal): -14334611 or 7161125. OLE color: 7161125.

HSL color Cylindrical-coordinate representation of color #25456D: hue angle of 213.33º degrees, saturation: 0.49, 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 #25456D is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3769109-
CMYK0.660.3700.57
HSL213.33º49.32%28.63%-
HSV(B)213.33º66.06%42.75%-
XYZ5.655.7515.28-
YUV63.99153.4108.75-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.21%
GREEN value IS 69 (27.34% from 255) = 32.09%
BLUE value IS 109 (42.97% from 255) = 50.70%
R=17.21%
G=32.09%
B=50.70%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal37691090.660.3700.57213.3349.3228.63
Hex25456D4225039d5311d
Octal45105155102450713256135
Binary10010110001011101101100001010010101110011101010111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25456D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25456D; }

 p { color: rgb(37,69,109); }

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

<style>
 a { background-color: #25456D; }

 a { background-color: rgb(37,69,109); }

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

<style>
 span { border-color: #25456D; }

 span { border-color: rgb(37,69,109); }

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