Html Css Color HEX #215876 Orient

📋 copy color: '#215876'

red 33 ◦ green 88 ◦ blue 118

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

Shades of Orient #215876

Tints of Orient #215876

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.82%

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

R = 13.81%
G = 36.82%
B = 49.37%

CMYK

 C value IS 0.72

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#215876 (or 0x215876) is known color: Orient. HEX triplet: 21, 58 and 76. RGB value is (33,88,118). Sum of RGB (Red+Green+Blue) = 33+88+118=239 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.81% from 239); Green value is 88 (34.77% from 255 or 36.82% from 239); Blue value is 118 (46.48% from 255 or 49.37% from 239); Max value from RGB is 118 - color contains mainly: blue. Hex color #215876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215876 is #DEA789. Grayscale: #4A4A4A. Windows color (decimal): -14591882 or 7755809. OLE color: 7755809.

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

Color convert

RGB 33 88 118 -
CMYK 0.72 0.25 0 0.54
HSL 201.18º 0.56% 0.3% -
HSV(B) 201.18º 0.72% 0.46% -
XYZ 7.39 8.61 18.41 -
YUV 74.98 152.28 98.06 -
System Red Green Blue C M Y K H S L
Decimal 33 88 118 0.72 0.25 0 0.54 201.18 0.56 0.3
Hex 21 58 76 48 19 0 36 C9 38 1E
Octal 41 130 166 110 31 0 66 311 70 36
Binary 100001 1011000 1110110 1001000 11001 0 110110 11001001 111000 11110

Color Harmonies of #215876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215876

Black with #215876

Text Example


Text Example

White with #215876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215876; }

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

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

background-color css

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

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

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

border-color css

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

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

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