Html Css Color HEX #253561 Catalina Blue

📋 copy color: '#253561'

red 37 ◦ green 53 ◦ blue 97

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

Shades of Catalina Blue #253561

Tints of Catalina Blue #253561

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.34%

 BLUE value IS 97 (38.28% from 255) = 51.87%

R = 19.79%
G = 28.34%
B = 51.87%

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

#253561 (or 0x253561) is known color: Catalina Blue. HEX triplet: 25, 35 and 61. RGB value is (37,53,97). Sum of RGB (Red+Green+Blue) = 37+53+97=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 53 (21.09% from 255 or 28.34% from 187); Blue value is 97 (38.28% from 255 or 51.87% from 187); Max value from RGB is 97 - color contains mainly: blue. Hex color #253561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253561 is #DACA9E. Grayscale: #353535. Windows color (decimal): -14338719 or 6370597. OLE color: 6370597.

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

Color convert

RGB 37 53 97 -
CMYK 0.62 0.45 0 0.62
HSL 224º 0.45% 0.26% -
HSV(B) 224º 0.62% 0.38% -
XYZ 4.19 3.8 11.82 -
YUV 53.23 152.7 116.42 -
System Red Green Blue C M Y K H S L
Decimal 37 53 97 0.62 0.45 0 0.62 224 0.45 0.26
Hex 25 35 61 3E 2D 0 3E E0 2D 1A
Octal 45 65 141 76 55 0 76 340 55 32
Binary 100101 110101 1100001 111110 101101 0 111110 11100000 101101 11010

Color Harmonies of #253561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253561

Black with #253561

Text Example


Text Example

White with #253561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253561; }

 p { color: rgb(37,53,97); }

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

background-color css

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

 a { background-color: rgb(37,53,97); }

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

border-color css

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

 span { border-color: rgb(37,53,97); }

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