#25426A

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

Shades of Catalina Blue #25426A

Tints of Catalina Blue #25426A

Color information

#25426A (or 0x25426A) is unknown color: approx Catalina Blue. HEX triplet: 25, 42 and 6A. RGB value is (37,66,106). Sum of RGB (Red+Green+Blue) = 37+66+106=209 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.70% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 106 (41.80% from 255 or 50.72% from 209); Max value from RGB is 106 - color contains mainly: blue. Hex color #25426A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25426A is #DABD95. Grayscale: #3D3D3D. Windows color (decimal): -14335382 or 6963749. OLE color: 6963749.

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

Color convert

RGB3766106-
CMYK0.650.3800.58
HSL214.78º48.25%28.04%-
HSV(B)214.78º65.09%41.57%-
XYZ5.315.3314.38-
YUV61.89152.89110.25-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.70%
GREEN value IS 66 (26.17% from 255) = 31.58%
BLUE value IS 106 (41.80% from 255) = 50.72%
R=17.70%
G=31.58%
B=50.72%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37661060.650.3800.58214.7848.2528.04
Hex25426A412603Ad7301c
Octal45102152101460723276034
Binary10010110000101101010100000110011001110101101011111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25426A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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