Html Css Color HEX #253E5A Catalina Blue

📋 copy color: '#253E5A'

red 37 ◦ green 62 ◦ blue 90

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

Shades of Catalina Blue #253E5A

Tints of Catalina Blue #253E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 47.62%

R = 19.58%
G = 32.8%
B = 47.62%

CMYK

 C value IS 0.59

 M value IS 0.31

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#253E5A (or 0x253E5A) is known color: Catalina Blue. HEX triplet: 25, 3E and 5A. RGB value is (37,62,90). Sum of RGB (Red+Green+Blue) = 37+62+90=189 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.58% from 189); Green value is 62 (24.61% from 255 or 32.80% from 189); Blue value is 90 (35.55% from 255 or 47.62% from 189); Max value from RGB is 90 - color contains mainly: blue. Hex color #253E5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253E5A is #DAC1A5. Grayscale: #393939. Windows color (decimal): -14336422 or 5914149. OLE color: 5914149.

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

Color convert

RGB 37 62 90 -
CMYK 0.59 0.31 0 0.65
HSL 211.7º 0.42% 0.25% -
HSV(B) 211.7º 0.59% 0.35% -
XYZ 4.33 4.58 10.33 -
YUV 57.72 146.22 113.22 -
System Red Green Blue C M Y K H S L
Decimal 37 62 90 0.59 0.31 0 0.65 211.7 0.42 0.25
Hex 25 3E 5A 3B 1F 0 41 D4 2A 19
Octal 45 76 132 73 37 0 101 324 52 31
Binary 100101 111110 1011010 111011 11111 0 1000001 11010100 101010 11001

Color Harmonies of #253E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253E5A

Black with #253E5A

Text Example


Text Example

White with #253E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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