Html Css Color HEX #213256 Catalina Blue

📋 copy color: '#213256'

red 33 ◦ green 50 ◦ blue 86

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

Shades of Catalina Blue #213256

Tints of Catalina Blue #213256

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.59%

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

R = 19.53%
G = 29.59%
B = 50.89%

CMYK

 C value IS 0.62

 M value IS 0.42

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#213256 (or 0x213256) is known color: Catalina Blue. HEX triplet: 21, 32 and 56. RGB value is (33,50,86). Sum of RGB (Red+Green+Blue) = 33+50+86=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 86 (33.98% from 255 or 50.89% from 169); Max value from RGB is 86 - color contains mainly: blue. Hex color #213256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213256 is #DECDA9. Grayscale: #303030. Windows color (decimal): -14601642 or 5648929. OLE color: 5648929.

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

Color convert

RGB 33 50 86 -
CMYK 0.62 0.42 0 0.66
HSL 220.75º 0.45% 0.23% -
HSV(B) 220.75º 0.62% 0.34% -
XYZ 3.45 3.28 9.25 -
YUV 49.02 148.87 116.57 -
System Red Green Blue C M Y K H S L
Decimal 33 50 86 0.62 0.42 0 0.66 220.75 0.45 0.23
Hex 21 32 56 3E 2A 0 42 DD 2D 17
Octal 41 62 126 76 52 0 102 335 55 27
Binary 100001 110010 1010110 111110 101010 0 1000010 11011101 101101 10111

Color Harmonies of #213256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213256

Black with #213256

Text Example


Text Example

White with #213256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213256; }

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

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

background-color css

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

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

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

border-color css

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

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

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