Html Css Color HEX #253662 Catalina Blue

📋 copy color: '#253662'

red 37 ◦ green 54 ◦ blue 98

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

Shades of Catalina Blue #253662

Tints of Catalina Blue #253662

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.57%

 BLUE value IS 98 (38.67% from 255) = 51.85%

R = 19.58%
G = 28.57%
B = 51.85%

CMYK

 C value IS 0.62

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#253662 (or 0x253662) is known color: Catalina Blue. HEX triplet: 25, 36 and 62. RGB value is (37,54,98). Sum of RGB (Red+Green+Blue) = 37+54+98=189 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.58% from 189); Green value is 54 (21.48% from 255 or 28.57% from 189); Blue value is 98 (38.67% from 255 or 51.85% from 189); Max value from RGB is 98 - color contains mainly: blue. Hex color #253662 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253662 is #DAC99D. Grayscale: #353535. Windows color (decimal): -14338462 or 6436389. OLE color: 6436389.

HSL color Cylindrical-coordinate representation of color #253662: hue angle of 223.28º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #253662 is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 37 54 98 -
CMYK 0.62 0.45 0 0.62
HSL 223.28º 0.45% 0.26% -
HSV(B) 223.28º 0.62% 0.38% -
XYZ 4.29 3.91 12.08 -
YUV 53.93 152.87 115.92 -
System Red Green Blue C M Y K H S L
Decimal 37 54 98 0.62 0.45 0 0.62 223.28 0.45 0.26
Hex 25 36 62 3E 2D 0 3E DF 2D 1A
Octal 45 66 142 76 55 0 76 337 55 32
Binary 100101 110110 1100010 111110 101101 0 111110 11011111 101101 11010

Color Harmonies of #253662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253662

Black with #253662

Text Example


Text Example

White with #253662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253662; }

 p { color: rgb(37,54,98); }

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

background-color css

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

 a { background-color: rgb(37,54,98); }

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

border-color css

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

 span { border-color: rgb(37,54,98); }

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