#25466D

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

Shades of Catalina Blue #25466D

Tints of Catalina Blue #25466D

Color information

#25466D (or 0x25466D) is unknown color: approx Catalina Blue. HEX triplet: 25, 46 and 6D. RGB value is (37,70,109). Sum of RGB (Red+Green+Blue) = 37+70+109=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 70 (27.73% from 255 or 32.41% from 216); Blue value is 109 (42.97% from 255 or 50.46% from 216); Max value from RGB is 109 - color contains mainly: blue. Hex color #25466D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25466D is #DAB992. Grayscale: #404040. Windows color (decimal): -14334355 or 7161381. OLE color: 7161381.

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

Color convert

RGB3770109-
CMYK0.660.3600.57
HSL212.5º49.32%28.63%-
HSV(B)212.5º66.06%42.75%-
XYZ5.715.8815.3-
YUV64.58153.07108.33-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.13%
GREEN value IS 70 (27.73% from 255) = 32.41%
BLUE value IS 109 (42.97% from 255) = 50.46%
R=17.13%
G=32.41%
B=50.46%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal37701090.660.3600.57212.549.3228.63
Hex25466D4224039d4311d
Octal45106155102440713246135
Binary10010110001101101101100001010010001110011101010011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25466D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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