Html Css Color HEX #213357 Catalina Blue

📋 copy color: '#213357'

red 33 ◦ green 51 ◦ blue 87

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

Shades of Catalina Blue #213357

Tints of Catalina Blue #213357

RGB

 RED value IS 33 (13.28% from 255) = 19.3%

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

 BLUE value IS 87 (34.38% from 255) = 50.88%

R = 19.3%
G = 29.82%
B = 50.88%

CMYK

 C value IS 0.62

 M value IS 0.41

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#213357 (or 0x213357) is known color: Catalina Blue. HEX triplet: 21, 33 and 57. RGB value is (33,51,87). Sum of RGB (Red+Green+Blue) = 33+51+87=171 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.30% from 171); Green value is 51 (20.31% from 255 or 29.82% from 171); Blue value is 87 (34.38% from 255 or 50.88% from 171); Max value from RGB is 87 - color contains mainly: blue. Hex color #213357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213357 is #DECCA8. Grayscale: #313131. Windows color (decimal): -14601385 or 5714721. OLE color: 5714721.

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

Color convert

RGB 33 51 87 -
CMYK 0.62 0.41 0 0.66
HSL 220º 0.45% 0.24% -
HSV(B) 220º 0.62% 0.34% -
XYZ 3.53 3.38 9.48 -
YUV 49.72 149.04 116.07 -
System Red Green Blue C M Y K H S L
Decimal 33 51 87 0.62 0.41 0 0.66 220 0.45 0.24
Hex 21 33 57 3E 29 0 42 DC 2D 18
Octal 41 63 127 76 51 0 102 334 55 30
Binary 100001 110011 1010111 111110 101001 0 1000010 11011100 101101 11000

Color Harmonies of #213357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213357

Black with #213357

Text Example


Text Example

White with #213357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213357; }

 p { color: rgb(33,51,87); }

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

background-color css

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

 a { background-color: rgb(33,51,87); }

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

border-color css

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

 span { border-color: rgb(33,51,87); }

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