Html Css Color HEX #253361 Catalina Blue

📋 copy color: '#253361'

red 37 ◦ green 51 ◦ blue 97

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

Shades of Catalina Blue #253361

Tints of Catalina Blue #253361

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.57%

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

R = 20%
G = 27.57%
B = 52.43%

CMYK

 C value IS 0.62

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#253361 (or 0x253361) is known color: Catalina Blue. HEX triplet: 25, 33 and 61. RGB value is (37,51,97). Sum of RGB (Red+Green+Blue) = 37+51+97=185 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 97 (38.28% from 255 or 52.43% from 185); Max value from RGB is 97 - color contains mainly: blue. Hex color #253361 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253361 is #DACC9E. Grayscale: #333333. Windows color (decimal): -14339231 or 6370085. OLE color: 6370085.

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

Color convert

RGB 37 51 97 -
CMYK 0.62 0.47 0 0.62
HSL 226º 0.45% 0.26% -
HSV(B) 226º 0.62% 0.38% -
XYZ 4.1 3.62 11.79 -
YUV 52.06 153.36 117.26 -
System Red Green Blue C M Y K H S L
Decimal 37 51 97 0.62 0.47 0 0.62 226 0.45 0.26
Hex 25 33 61 3E 2F 0 3E E2 2D 1A
Octal 45 63 141 76 57 0 76 342 55 32
Binary 100101 110011 1100001 111110 101111 0 111110 11100010 101101 11010

Color Harmonies of #253361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253361

Black with #253361

Text Example


Text Example

White with #253361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253361; }

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

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

background-color css

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

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

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

border-color css

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

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

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