Html Css Color HEX #213156 Catalina Blue

📋 copy color: '#213156'

red 33 ◦ green 49 ◦ blue 86

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

Shades of Catalina Blue #213156

Tints of Catalina Blue #213156

RGB

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

 GREEN value IS 49 (19.53% from 255) = 29.17%

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

R = 19.64%
G = 29.17%
B = 51.19%

CMYK

 C value IS 0.62

 M value IS 0.43

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#213156 (or 0x213156) is known color: Catalina Blue. HEX triplet: 21, 31 and 56. RGB value is (33,49,86). Sum of RGB (Red+Green+Blue) = 33+49+86=168 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.64% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 86 (33.98% from 255 or 51.19% from 168); Max value from RGB is 86 - color contains mainly: blue. Hex color #213156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213156 is #DECEA9. Grayscale: #303030. Windows color (decimal): -14601898 or 5648673. OLE color: 5648673.

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

Color convert

RGB 33 49 86 -
CMYK 0.62 0.43 0 0.66
HSL 221.89º 0.45% 0.23% -
HSV(B) 221.89º 0.62% 0.34% -
XYZ 3.41 3.19 9.24 -
YUV 48.43 149.2 116.99 -
System Red Green Blue C M Y K H S L
Decimal 33 49 86 0.62 0.43 0 0.66 221.89 0.45 0.23
Hex 21 31 56 3E 2B 0 42 DE 2D 17
Octal 41 61 126 76 53 0 102 336 55 27
Binary 100001 110001 1010110 111110 101011 0 1000010 11011110 101101 10111

Color Harmonies of #213156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213156

Black with #213156

Text Example


Text Example

White with #213156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213156; }

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

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

background-color css

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

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

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

border-color css

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

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

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