Html Css Color HEX #213856 Catalina Blue

📋 copy color: '#213856'

red 33 ◦ green 56 ◦ blue 86

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

Shades of Catalina Blue #213856

Tints of Catalina Blue #213856

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32%

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

R = 18.86%
G = 32%
B = 49.14%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#213856 (or 0x213856) is known color: Catalina Blue. HEX triplet: 21, 38 and 56. RGB value is (33,56,86). Sum of RGB (Red+Green+Blue) = 33+56+86=175 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.86% from 175); Green value is 56 (22.27% from 255 or 32% from 175); Blue value is 86 (33.98% from 255 or 49.14% from 175); Max value from RGB is 86 - color contains mainly: blue. Hex color #213856 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213856 is #DEC7A9. Grayscale: #343434. Windows color (decimal): -14600106 or 5650465. OLE color: 5650465.

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

Color convert

RGB 33 56 86 -
CMYK 0.62 0.35 0 0.66
HSL 213.96º 0.45% 0.23% -
HSV(B) 213.96º 0.62% 0.34% -
XYZ 3.72 3.82 9.35 -
YUV 52.54 146.88 114.06 -
System Red Green Blue C M Y K H S L
Decimal 33 56 86 0.62 0.35 0 0.66 213.96 0.45 0.23
Hex 21 38 56 3E 23 0 42 D6 2D 17
Octal 41 70 126 76 43 0 102 326 55 27
Binary 100001 111000 1010110 111110 100011 0 1000010 11010110 101101 10111

Color Harmonies of #213856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213856

Black with #213856

Text Example


Text Example

White with #213856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213856; }

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

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

background-color css

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

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

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

border-color css

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

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

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