#25375a

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

Shades of Catalina Blue #25375A

Tints of Catalina Blue #25375A

Color information

#25375A (or 0x25375A) is unknown color: approx Catalina Blue. HEX triplet: 25, 37 and 5A. RGB value is (37,55,90). Sum of RGB (Red+Green+Blue) = 37+55+90=182 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.33% from 182); Green value is 55 (21.88% from 255 or 30.22% from 182); Blue value is 90 (35.55% from 255 or 49.45% from 182); Max value from RGB is 90 - color contains mainly: blue. Hex color #25375A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25375A is #DAC8A5. Grayscale: #353535. Windows color (decimal): -14338214 or 5912357. OLE color: 5912357.

HSL color Cylindrical-coordinate representation of color #25375A: hue angle of 219.62º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #25375A is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB375590-
CMYK0.590.3900.65
HSL219.62º41.73%24.9%-
HSV(B)219.62º58.89%35.29%-
XYZ3.973.8610.21-
YUV53.61148.54116.15-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.33%
GREEN value IS 55 (21.88% from 255) = 30.22%
BLUE value IS 90 (35.55% from 255) = 49.45%
R=20.33%
G=30.22%
B=49.45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3755900.590.3900.65219.6241.7324.9
Hex25375A3B27041dc2a19
Octal4567132734701013345231
Binary1001011101111011010111011100111010000011101110010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25375a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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