Html Css Color HEX #213855 Catalina Blue

📋 copy color: '#213855'

red 33 ◦ green 56 ◦ blue 85

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

Shades of Catalina Blue #213855

Tints of Catalina Blue #213855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 48.85%

R = 18.97%
G = 32.18%
B = 48.85%

CMYK

 C value IS 0.61

 M value IS 0.34

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#213855 (or 0x213855) is known color: Catalina Blue. HEX triplet: 21, 38 and 55. RGB value is (33,56,85). Sum of RGB (Red+Green+Blue) = 33+56+85=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 56 (22.27% from 255 or 32.18% from 174); Blue value is 85 (33.59% from 255 or 48.85% from 174); Max value from RGB is 85 - color contains mainly: blue. Hex color #213855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213855 is #DEC7AA. Grayscale: #343434. Windows color (decimal): -14600107 or 5584929. OLE color: 5584929.

HSL color Cylindrical-coordinate representation of color #213855: hue angle of 213.46º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #213855 is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 33 56 85 -
CMYK 0.61 0.34 0 0.67
HSL 213.46º 0.44% 0.23% -
HSV(B) 213.46º 0.61% 0.33% -
XYZ 3.68 3.81 9.14 -
YUV 52.43 146.38 114.14 -
System Red Green Blue C M Y K H S L
Decimal 33 56 85 0.61 0.34 0 0.67 213.46 0.44 0.23
Hex 21 38 55 3D 22 0 43 D5 2C 17
Octal 41 70 125 75 42 0 103 325 54 27
Binary 100001 111000 1010101 111101 100010 0 1000011 11010101 101100 10111

Color Harmonies of #213855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213855

Black with #213855

Text Example


Text Example

White with #213855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213855; }

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

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

background-color css

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

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

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

border-color css

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

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

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