Html Css Color HEX #253762 Catalina Blue

📋 copy color: '#253762'

red 37 ◦ green 55 ◦ blue 98

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

Shades of Catalina Blue #253762

Tints of Catalina Blue #253762

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.95%

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

R = 19.47%
G = 28.95%
B = 51.58%

CMYK

 C value IS 0.62

 M value IS 0.44

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#253762 (or 0x253762) is known color: Catalina Blue. HEX triplet: 25, 37 and 62. RGB value is (37,55,98). Sum of RGB (Red+Green+Blue) = 37+55+98=190 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.47% from 190); Green value is 55 (21.88% from 255 or 28.95% from 190); Blue value is 98 (38.67% from 255 or 51.58% from 190); Max value from RGB is 98 - color contains mainly: blue. Hex color #253762 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253762 is #DAC89D. Grayscale: #363636. Windows color (decimal): -14338206 or 6436645. OLE color: 6436645.

HSL color Cylindrical-coordinate representation of color #253762: hue angle of 222.3º 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 #253762 is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 37 55 98 -
CMYK 0.62 0.44 0 0.62
HSL 222.3º 0.45% 0.26% -
HSV(B) 222.3º 0.62% 0.38% -
XYZ 4.33 4.01 12.1 -
YUV 54.52 152.54 115.5 -
System Red Green Blue C M Y K H S L
Decimal 37 55 98 0.62 0.44 0 0.62 222.3 0.45 0.26
Hex 25 37 62 3E 2C 0 3E DE 2D 1A
Octal 45 67 142 76 54 0 76 336 55 32
Binary 100101 110111 1100010 111110 101100 0 111110 11011110 101101 11010

Color Harmonies of #253762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253762

Black with #253762

Text Example


Text Example

White with #253762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253762; }

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

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

background-color css

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

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

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

border-color css

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

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

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