#253D59

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

Shades of Catalina Blue #253D59

Tints of Catalina Blue #253D59

Color information

#253D59 (or 0x253D59) is unknown color: approx Catalina Blue. HEX triplet: 25, 3D and 59. RGB value is (37,61,89). Sum of RGB (Red+Green+Blue) = 37+61+89=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 61 (24.22% from 255 or 32.62% from 187); Blue value is 89 (35.16% from 255 or 47.59% from 187); Max value from RGB is 89 - color contains mainly: blue. Hex color #253D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253D59 is #DAC2A6. Grayscale: #383838. Windows color (decimal): -14336679 or 5848357. OLE color: 5848357.

HSL color Cylindrical-coordinate representation of color #253D59: hue angle of 212.31º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #253D59 is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB376189-
CMYK0.580.3100.65
HSL212.31º41.27%24.71%-
HSV(B)212.31º58.43%34.9%-
XYZ4.234.4510.09-
YUV57.02146.05113.72-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.79%
GREEN value IS 61 (24.22% from 255) = 32.62%
BLUE value IS 89 (35.16% from 255) = 47.59%
R=19.79%
G=32.62%
B=47.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3761890.580.3100.65212.3141.2724.71
Hex253D593A1F041d42919
Octal4575131723701013245131
Binary100101111101101100111101011111010000011101010010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,61,89); }

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

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

 a { background-color: rgb(37,61,89); }

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

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

 span { border-color: rgb(37,61,89); }

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