Html Css Color HEX #213655 Catalina Blue

📋 copy color: '#213655'

red 33 ◦ green 54 ◦ blue 85

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

Shades of Catalina Blue #213655

Tints of Catalina Blue #213655

RGB

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

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

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

R = 19.19%
G = 31.4%
B = 49.42%

CMYK

 C value IS 0.61

 M value IS 0.36

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#213655 (or 0x213655) is known color: Catalina Blue. HEX triplet: 21, 36 and 55. RGB value is (33,54,85). Sum of RGB (Red+Green+Blue) = 33+54+85=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 54 (21.48% from 255 or 31.40% from 172); Blue value is 85 (33.59% from 255 or 49.42% from 172); Max value from RGB is 85 - color contains mainly: blue. Hex color #213655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213655 is #DEC9AA. Grayscale: #333333. Windows color (decimal): -14600619 or 5584417. OLE color: 5584417.

HSL color Cylindrical-coordinate representation of color #213655: hue angle of 215.77º 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 #213655 is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 33 54 85 -
CMYK 0.61 0.36 0 0.67
HSL 215.77º 0.44% 0.23% -
HSV(B) 215.77º 0.61% 0.33% -
XYZ 3.59 3.62 9.1 -
YUV 51.26 147.04 114.98 -
System Red Green Blue C M Y K H S L
Decimal 33 54 85 0.61 0.36 0 0.67 215.77 0.44 0.23
Hex 21 36 55 3D 24 0 43 D8 2C 17
Octal 41 66 125 75 44 0 103 330 54 27
Binary 100001 110110 1010101 111101 100100 0 1000011 11011000 101100 10111

Color Harmonies of #213655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213655

Black with #213655

Text Example


Text Example

White with #213655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213655; }

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

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

background-color css

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

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

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

border-color css

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

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

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