Html Css Color HEX #215E76 Orient

📋 copy color: '#215E76'

red 33 ◦ green 94 ◦ blue 118

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

Shades of Orient #215E76

Tints of Orient #215E76

RGB

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

 GREEN value IS 94 (37.11% from 255) = 38.37%

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

R = 13.47%
G = 38.37%
B = 48.16%

CMYK

 C value IS 0.72

 M value IS 0.20

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#215E76 (or 0x215E76) is known color: Orient. HEX triplet: 21, 5E and 76. RGB value is (33,94,118). Sum of RGB (Red+Green+Blue) = 33+94+118=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 94 (37.11% from 255 or 38.37% from 245); Blue value is 118 (46.48% from 255 or 48.16% from 245); Max value from RGB is 118 - color contains mainly: blue. Hex color #215E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215E76 is #DEA189. Grayscale: #4E4E4E. Windows color (decimal): -14590346 or 7757345. OLE color: 7757345.

HSL color Cylindrical-coordinate representation of color #215E76: hue angle of 196.94º 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 #215E76 is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 33 94 118 -
CMYK 0.72 0.20 0 0.54
HSL 196.94º 0.56% 0.3% -
HSV(B) 196.94º 0.72% 0.46% -
XYZ 7.9 9.64 18.58 -
YUV 78.5 150.29 95.55 -
System Red Green Blue C M Y K H S L
Decimal 33 94 118 0.72 0.20 0 0.54 196.94 0.56 0.3
Hex 21 5E 76 48 14 0 36 C5 38 1E
Octal 41 136 166 110 24 0 66 305 70 36
Binary 100001 1011110 1110110 1001000 10100 0 110110 11000101 111000 11110

Color Harmonies of #215E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215E76

Black with #215E76

Text Example


Text Example

White with #215E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215E76; }

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

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

background-color css

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

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

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

border-color css

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

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

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