#253A52

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

Shades of Catalina Blue #253A52

Tints of Catalina Blue #253A52

Color information

#253A52 (or 0x253A52) is unknown color: approx Catalina Blue. HEX triplet: 25, 3A and 52. RGB value is (37,58,82). Sum of RGB (Red+Green+Blue) = 37+58+82=177 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.90% from 177); Green value is 58 (23.05% from 255 or 32.77% from 177); Blue value is 82 (32.42% from 255 or 46.33% from 177); Max value from RGB is 82 - color contains mainly: blue. Hex color #253A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253A52 is #DAC5AD. Grayscale: #363636. Windows color (decimal): -14337454 or 5388837. OLE color: 5388837.

HSL color Cylindrical-coordinate representation of color #253A52: hue angle of 212º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #253A52 is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB375882-
CMYK0.550.2900.68
HSL212º37.82%23.33%-
HSV(B)212º54.88%32.16%-
XYZ3.84.038.56-
YUV54.46143.54115.55-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.90%
GREEN value IS 58 (23.05% from 255) = 32.77%
BLUE value IS 82 (32.42% from 255) = 46.33%
R=20.90%
G=32.77%
B=46.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3758820.550.2900.6821237.8223.33
Hex253A52371D044d42617
Octal4572122673501043244627
Binary100101111010101001011011111101010001001101010010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253A52; }

 p { color: rgb(37,58,82); }

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

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

 a { background-color: rgb(37,58,82); }

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

<style>
 span { border-color: #253A52; }

 span { border-color: rgb(37,58,82); }

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