#25406A

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

Shades of Catalina Blue #25406A

Tints of Catalina Blue #25406A

Color information

#25406A (or 0x25406A) is unknown color: approx Catalina Blue. HEX triplet: 25, 40 and 6A. RGB value is (37,64,106). Sum of RGB (Red+Green+Blue) = 37+64+106=207 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.87% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 106 (41.80% from 255 or 51.21% from 207); Max value from RGB is 106 - color contains mainly: blue. Hex color #25406A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25406A is #DABF95. Grayscale: #3C3C3C. Windows color (decimal): -14335894 or 6963237. OLE color: 6963237.

HSL color Cylindrical-coordinate representation of color #25406A: hue angle of 216.52º degrees, saturation: 0.48, 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 #25406A is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3764106-
CMYK0.650.4000.58
HSL216.52º48.25%28.04%-
HSV(B)216.52º65.09%41.57%-
XYZ5.25.114.35-
YUV60.72153.55111.08-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.87%
GREEN value IS 64 (25.39% from 255) = 30.92%
BLUE value IS 106 (41.80% from 255) = 51.21%
R=17.87%
G=30.92%
B=51.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37641060.650.4000.58216.5248.2528.04
Hex25406A412803Ad9301c
Octal45100152101500723316034
Binary10010110000001101010100000110100001110101101100111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25406A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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