Html Css Color HEX #213355 Catalina Blue

📋 copy color: '#213355'

red 33 ◦ green 51 ◦ blue 85

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

Shades of Catalina Blue #213355

Tints of Catalina Blue #213355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 50.3%

R = 19.53%
G = 30.18%
B = 50.3%

CMYK

 C value IS 0.61

 M value IS 0.40

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#213355 (or 0x213355) is known color: Catalina Blue. HEX triplet: 21, 33 and 55. RGB value is (33,51,85). Sum of RGB (Red+Green+Blue) = 33+51+85=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 51 (20.31% from 255 or 30.18% from 169); Blue value is 85 (33.59% from 255 or 50.30% from 169); Max value from RGB is 85 - color contains mainly: blue. Hex color #213355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213355 is #DECCAA. Grayscale: #313131. Windows color (decimal): -14601387 or 5583649. OLE color: 5583649.

HSL color Cylindrical-coordinate representation of color #213355: hue angle of 219.23º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #213355 is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 33 51 85 -
CMYK 0.61 0.40 0 0.67
HSL 219.23º 0.44% 0.23% -
HSV(B) 219.23º 0.61% 0.33% -
XYZ 3.45 3.35 9.06 -
YUV 49.49 148.04 116.24 -
System Red Green Blue C M Y K H S L
Decimal 33 51 85 0.61 0.40 0 0.67 219.23 0.44 0.23
Hex 21 33 55 3D 28 0 43 DB 2C 17
Octal 41 63 125 75 50 0 103 333 54 27
Binary 100001 110011 1010101 111101 101000 0 1000011 11011011 101100 10111

Color Harmonies of #213355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213355

Black with #213355

Text Example


Text Example

White with #213355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213355; }

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

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

background-color css

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

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

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

border-color css

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

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

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