Html Css Color HEX #215476 Orient

📋 copy color: '#215476'

red 33 ◦ green 84 ◦ blue 118

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

Shades of Orient #215476

Tints of Orient #215476

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35.74%

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

R = 14.04%
G = 35.74%
B = 50.21%

CMYK

 C value IS 0.72

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#215476 (or 0x215476) is known color: Orient. HEX triplet: 21, 54 and 76. RGB value is (33,84,118). Sum of RGB (Red+Green+Blue) = 33+84+118=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #215476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215476 is #DEAB89. Grayscale: #484848. Windows color (decimal): -14592906 or 7754785. OLE color: 7754785.

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

Color convert

RGB 33 84 118 -
CMYK 0.72 0.29 0 0.54
HSL 204º 0.56% 0.3% -
HSV(B) 204º 0.72% 0.46% -
XYZ 7.07 7.97 18.31 -
YUV 72.63 153.6 99.74 -
System Red Green Blue C M Y K H S L
Decimal 33 84 118 0.72 0.29 0 0.54 204 0.56 0.3
Hex 21 54 76 48 1D 0 36 CC 38 1E
Octal 41 124 166 110 35 0 66 314 70 36
Binary 100001 1010100 1110110 1001000 11101 0 110110 11001100 111000 11110

Color Harmonies of #215476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215476

Black with #215476

Text Example


Text Example

White with #215476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215476; }

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

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

background-color css

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

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

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

border-color css

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

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

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