#253C5C

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

Shades of Catalina Blue #253C5C

Tints of Catalina Blue #253C5C

Color information

#253C5C (or 0x253C5C) is unknown color: approx Catalina Blue. HEX triplet: 25, 3C and 5C. RGB value is (37,60,92). Sum of RGB (Red+Green+Blue) = 37+60+92=189 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.58% from 189); Green value is 60 (23.83% from 255 or 31.75% from 189); Blue value is 92 (36.33% from 255 or 48.68% from 189); Max value from RGB is 92 - color contains mainly: blue. Hex color #253C5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253C5C is #DAC3A3. Grayscale: #383838. Windows color (decimal): -14336932 or 6044709. OLE color: 6044709.

HSL color Cylindrical-coordinate representation of color #253C5C: hue angle of 214.91º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #253C5C is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB376092-
CMYK0.600.3500.64
HSL214.91º42.64%25.29%-
HSV(B)214.91º59.78%36.08%-
XYZ4.314.410.75-
YUV56.77147.88113.9-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.58%
GREEN value IS 60 (23.83% from 255) = 31.75%
BLUE value IS 92 (36.33% from 255) = 48.68%
R=19.58%
G=31.75%
B=48.68%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3760920.600.3500.64214.9142.6425.29
Hex253C5C3C23040d72b19
Octal4574134744301003275331
Binary1001011111001011100111100100011010000001101011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,60,92); }

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

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

 a { background-color: rgb(37,60,92); }

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

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

 span { border-color: rgb(37,60,92); }

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