#25375F

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

Shades of Catalina Blue #25375F

Tints of Catalina Blue #25375F

Color information

#25375F (or 0x25375F) is unknown color: approx Catalina Blue. HEX triplet: 25, 37 and 5F. RGB value is (37,55,95). Sum of RGB (Red+Green+Blue) = 37+55+95=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 55 (21.88% from 255 or 29.41% from 187); Blue value is 95 (37.5% from 255 or 50.80% from 187); Max value from RGB is 95 - color contains mainly: blue. Hex color #25375F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25375F is #DAC8A0. Grayscale: #363636. Windows color (decimal): -14338209 or 6240037. OLE color: 6240037.

HSL color Cylindrical-coordinate representation of color #25375F: hue angle of 221.38º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #25375F is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB375595-
CMYK0.610.4200.63
HSL221.38º43.94%25.88%-
HSV(B)221.38º61.05%37.25%-
XYZ4.193.9511.37-
YUV54.18151.04115.75-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.79%
GREEN value IS 55 (21.88% from 255) = 29.41%
BLUE value IS 95 (37.5% from 255) = 50.80%
R=19.79%
G=29.41%
B=50.80%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3755950.610.4200.63221.3843.9425.88
Hex25375F3D2A03Fdd2c1a
Octal456713775520773355432
Binary100101110111101111111110110101001111111101110110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25375F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25375F; }

 p { color: rgb(37,55,95); }

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

<style>
 a { background-color: #25375F; }

 a { background-color: rgb(37,55,95); }

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

<style>
 span { border-color: #25375F; }

 span { border-color: rgb(37,55,95); }

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