Html Css Color HEX #213656 Catalina Blue

📋 copy color: '#213656'

red 33 ◦ green 54 ◦ blue 86

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

Shades of Catalina Blue #213656

Tints of Catalina Blue #213656

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.21%

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

R = 19.08%
G = 31.21%
B = 49.71%

CMYK

 C value IS 0.62

 M value IS 0.37

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#213656 (or 0x213656) is known color: Catalina Blue. HEX triplet: 21, 36 and 56. RGB value is (33,54,86). Sum of RGB (Red+Green+Blue) = 33+54+86=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 54 (21.48% from 255 or 31.21% from 173); Blue value is 86 (33.98% from 255 or 49.71% from 173); Max value from RGB is 86 - color contains mainly: blue. Hex color #213656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213656 is #DEC9A9. Grayscale: #333333. Windows color (decimal): -14600618 or 5649953. OLE color: 5649953.

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

Color convert

RGB 33 54 86 -
CMYK 0.62 0.37 0 0.66
HSL 216.23º 0.45% 0.23% -
HSV(B) 216.23º 0.62% 0.34% -
XYZ 3.63 3.63 9.31 -
YUV 51.37 147.54 114.9 -
System Red Green Blue C M Y K H S L
Decimal 33 54 86 0.62 0.37 0 0.66 216.23 0.45 0.23
Hex 21 36 56 3E 25 0 42 D8 2D 17
Octal 41 66 126 76 45 0 102 330 55 27
Binary 100001 110110 1010110 111110 100101 0 1000010 11011000 101101 10111

Color Harmonies of #213656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213656

Black with #213656

Text Example


Text Example

White with #213656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213656; }

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

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

background-color css

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

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

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

border-color css

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

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

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