Html Css Color HEX #253E59 Catalina Blue

📋 copy color: '#253E59'

red 37 ◦ green 62 ◦ blue 89

#253E59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Catalina Blue #253E59

Tints of Catalina Blue #253E59

RGB

 RED value IS 37 (14.84% from 255) = 19.68%

 GREEN value IS 62 (24.61% from 255) = 32.98%

 BLUE value IS 89 (35.16% from 255) = 47.34%

R = 19.68%
G = 32.98%
B = 47.34%

CMYK

 C value IS 0.58

 M value IS 0.30

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#253E59 (or 0x253E59) is known color: Catalina Blue. HEX triplet: 25, 3E and 59. RGB value is (37,62,89). Sum of RGB (Red+Green+Blue) = 37+62+89=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 62 (24.61% from 255 or 32.98% from 188); Blue value is 89 (35.16% from 255 or 47.34% from 188); Max value from RGB is 89 - color contains mainly: blue. Hex color #253E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253E59 is #DAC1A6. Grayscale: #393939. Windows color (decimal): -14336423 or 5848613. OLE color: 5848613.

HSL color Cylindrical-coordinate representation of color #253E59: hue angle of 211.15º 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 #253E59 is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 37 62 89 -
CMYK 0.58 0.30 0 0.65
HSL 211.15º 0.41% 0.25% -
HSV(B) 211.15º 0.58% 0.35% -
XYZ 4.29 4.56 10.11 -
YUV 57.6 145.72 113.3 -
System Red Green Blue C M Y K H S L
Decimal 37 62 89 0.58 0.30 0 0.65 211.15 0.41 0.25
Hex 25 3E 59 3A 1E 0 41 D3 29 19
Octal 45 76 131 72 36 0 101 323 51 31
Binary 100101 111110 1011001 111010 11110 0 1000001 11010011 101001 11001

Color Harmonies of #253E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253E59

Black with #253E59

Text Example


Text Example

White with #253E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #253E59;
 }
 .AnyTagClassName
 {
   color: #253E59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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