#25375E

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

Shades of Catalina Blue #25375E

Tints of Catalina Blue #25375E

Color information

#25375E (or 0x25375E) is unknown color: approx Catalina Blue. HEX triplet: 25, 37 and 5E. RGB value is (37,55,94). Sum of RGB (Red+Green+Blue) = 37+55+94=186 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.89% from 186); Green value is 55 (21.88% from 255 or 29.57% from 186); Blue value is 94 (37.11% from 255 or 50.54% from 186); Max value from RGB is 94 - color contains mainly: blue. Hex color #25375E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25375E is #DAC8A1. Grayscale: #353535. Windows color (decimal): -14338210 or 6174501. OLE color: 6174501.

HSL color Cylindrical-coordinate representation of color #25375E: hue angle of 221.05º 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 #25375E is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB375594-
CMYK0.610.4100.63
HSL221.05º43.51%25.69%-
HSV(B)221.05º60.64%36.86%-
XYZ4.153.9311.13-
YUV54.06150.54115.83-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.89%
GREEN value IS 55 (21.88% from 255) = 29.57%
BLUE value IS 94 (37.11% from 255) = 50.54%
R=19.89%
G=29.57%
B=50.54%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3755940.610.4100.63221.0543.5125.69
Hex25375E3D2903Fdd2c1a
Octal456713675510773355432
Binary100101110111101111011110110100101111111101110110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25375E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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