Html Css Color HEX #213556 Catalina Blue

📋 copy color: '#213556'

red 33 ◦ green 53 ◦ blue 86

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

Shades of Catalina Blue #213556

Tints of Catalina Blue #213556

RGB

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

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

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

R = 19.19%
G = 30.81%
B = 50%

CMYK

 C value IS 0.62

 M value IS 0.38

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#213556 (or 0x213556) is known color: Catalina Blue. HEX triplet: 21, 35 and 56. RGB value is (33,53,86). Sum of RGB (Red+Green+Blue) = 33+53+86=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 86 (33.98% from 255 or 50% from 172); Max value from RGB is 86 - color contains mainly: blue. Hex color #213556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213556 is #DECAA9. Grayscale: #323232. Windows color (decimal): -14600874 or 5649697. OLE color: 5649697.

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

Color convert

RGB 33 53 86 -
CMYK 0.62 0.38 0 0.66
HSL 217.36º 0.45% 0.23% -
HSV(B) 217.36º 0.62% 0.34% -
XYZ 3.58 3.54 9.3 -
YUV 50.78 147.87 115.32 -
System Red Green Blue C M Y K H S L
Decimal 33 53 86 0.62 0.38 0 0.66 217.36 0.45 0.23
Hex 21 35 56 3E 26 0 42 D9 2D 17
Octal 41 65 126 76 46 0 102 331 55 27
Binary 100001 110101 1010110 111110 100110 0 1000010 11011001 101101 10111

Color Harmonies of #213556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213556

Black with #213556

Text Example


Text Example

White with #213556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213556; }

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

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

background-color css

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

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

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

border-color css

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

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

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