#25456B

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

Shades of Catalina Blue #25456B

Tints of Catalina Blue #25456B

Color information

#25456B (or 0x25456B) is unknown color: approx Catalina Blue. HEX triplet: 25, 45 and 6B. RGB value is (37,69,107). Sum of RGB (Red+Green+Blue) = 37+69+107=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 107 (42.19% from 255 or 50.23% from 213); Max value from RGB is 107 - color contains mainly: blue. Hex color #25456B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25456B is #DABA94. Grayscale: #3F3F3F. Windows color (decimal): -14334613 or 7030053. OLE color: 7030053.

HSL color Cylindrical-coordinate representation of color #25456B: hue angle of 212.57º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #25456B is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3769107-
CMYK0.650.3600.58
HSL212.57º48.61%28.24%-
HSV(B)212.57º65.42%41.96%-
XYZ5.545.7114.72-
YUV63.76152.4108.91-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.37%
GREEN value IS 69 (27.34% from 255) = 32.39%
BLUE value IS 107 (42.19% from 255) = 50.23%
R=17.37%
G=32.39%
B=50.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37691070.650.3600.58212.5748.6128.24
Hex25456B412403Ad5311c
Octal45105153101440723256134
Binary10010110001011101011100000110010001110101101010111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25456B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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