#25375B

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

Shades of Catalina Blue #25375B

Tints of Catalina Blue #25375B

Color information

#25375B (or 0x25375B) is unknown color: approx Catalina Blue. HEX triplet: 25, 37 and 5B. RGB value is (37,55,91). Sum of RGB (Red+Green+Blue) = 37+55+91=183 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.22% from 183); Green value is 55 (21.88% from 255 or 30.05% from 183); Blue value is 91 (35.94% from 255 or 49.73% from 183); Max value from RGB is 91 - color contains mainly: blue. Hex color #25375B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25375B is #DAC8A4. Grayscale: #353535. Windows color (decimal): -14338213 or 5977893. OLE color: 5977893.

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

Color convert

RGB375591-
CMYK0.590.4000.64
HSL220º42.19%25.1%-
HSV(B)220º59.34%35.69%-
XYZ4.023.8810.43-
YUV53.72149.04116.07-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.22%
GREEN value IS 55 (21.88% from 255) = 30.05%
BLUE value IS 91 (35.94% from 255) = 49.73%
R=20.22%
G=30.05%
B=49.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3755910.590.4000.6422042.1925.1
Hex25375B3B28040dc2a19
Octal4567133735001003345231
Binary1001011101111011011111011101000010000001101110010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25375B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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