Html Css Color HEX #215576 Orient

📋 copy color: '#215576'

red 33 ◦ green 85 ◦ blue 118

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

Shades of Orient #215576

Tints of Orient #215576

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.02%

 BLUE value IS 118 (46.48% from 255) = 50%

R = 13.98%
G = 36.02%
B = 50%

CMYK

 C value IS 0.72

 M value IS 0.28

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#215576 (or 0x215576) is known color: Orient. HEX triplet: 21, 55 and 76. RGB value is (33,85,118). Sum of RGB (Red+Green+Blue) = 33+85+118=236 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.98% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 118 (46.48% from 255 or 50% from 236); Max value from RGB is 118 - color contains mainly: blue. Hex color #215576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215576 is #DEAA89. Grayscale: #494949. Windows color (decimal): -14592650 or 7755041. OLE color: 7755041.

HSL color Cylindrical-coordinate representation of color #215576: hue angle of 203.29º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #215576 is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 33 85 118 -
CMYK 0.72 0.28 0 0.54
HSL 203.29º 0.56% 0.3% -
HSV(B) 203.29º 0.72% 0.46% -
XYZ 7.15 8.13 18.33 -
YUV 73.21 153.27 99.32 -
System Red Green Blue C M Y K H S L
Decimal 33 85 118 0.72 0.28 0 0.54 203.29 0.56 0.3
Hex 21 55 76 48 1C 0 36 CB 38 1E
Octal 41 125 166 110 34 0 66 313 70 36
Binary 100001 1010101 1110110 1001000 11100 0 110110 11001011 111000 11110

Color Harmonies of #215576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215576

Black with #215576

Text Example


Text Example

White with #215576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215576; }

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

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

background-color css

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

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

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

border-color css

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

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

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