Html Css Color HEX #213356 Catalina Blue

📋 copy color: '#213356'

red 33 ◦ green 51 ◦ blue 86

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

Shades of Catalina Blue #213356

Tints of Catalina Blue #213356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 50.59%

R = 19.41%
G = 30%
B = 50.59%

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

#213356 (or 0x213356) is known color: Catalina Blue. HEX triplet: 21, 33 and 56. RGB value is (33,51,86). Sum of RGB (Red+Green+Blue) = 33+51+86=170 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.41% from 170); Green value is 51 (20.31% from 255 or 30% from 170); Blue value is 86 (33.98% from 255 or 50.59% from 170); Max value from RGB is 86 - color contains mainly: blue. Hex color #213356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213356 is #DECCA9. Grayscale: #313131. Windows color (decimal): -14601386 or 5649185. OLE color: 5649185.

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

Color convert

RGB 33 51 86 -
CMYK 0.62 0.41 0 0.66
HSL 219.62º 0.45% 0.23% -
HSV(B) 219.62º 0.62% 0.34% -
XYZ 3.49 3.36 9.27 -
YUV 49.61 148.54 116.15 -
System Red Green Blue C M Y K H S L
Decimal 33 51 86 0.62 0.41 0 0.66 219.62 0.45 0.23
Hex 21 33 56 3E 29 0 42 DC 2D 17
Octal 41 63 126 76 51 0 102 334 55 27
Binary 100001 110011 1010110 111110 101001 0 1000010 11011100 101101 10111

Color Harmonies of #213356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213356

Black with #213356

Text Example


Text Example

White with #213356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213356; }

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

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

background-color css

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

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

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

border-color css

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

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

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