Html Css Color HEX #215F76 Orient

📋 copy color: '#215F76'

red 33 ◦ green 95 ◦ blue 118

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

Shades of Orient #215F76

Tints of Orient #215F76

RGB

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

 GREEN value IS 95 (37.5% from 255) = 38.62%

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

R = 13.41%
G = 38.62%
B = 47.97%

CMYK

 C value IS 0.72

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#215F76 (or 0x215F76) is known color: Orient. HEX triplet: 21, 5F and 76. RGB value is (33,95,118). Sum of RGB (Red+Green+Blue) = 33+95+118=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 95 (37.5% from 255 or 38.62% from 246); Blue value is 118 (46.48% from 255 or 47.97% from 246); Max value from RGB is 118 - color contains mainly: blue. Hex color #215F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215F76 is #DEA089. Grayscale: #4E4E4E. Windows color (decimal): -14590090 or 7757601. OLE color: 7757601.

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

Color convert

RGB 33 95 118 -
CMYK 0.72 0.19 0 0.54
HSL 196.24º 0.56% 0.3% -
HSV(B) 196.24º 0.72% 0.46% -
XYZ 7.99 9.82 18.61 -
YUV 79.08 149.96 95.13 -
System Red Green Blue C M Y K H S L
Decimal 33 95 118 0.72 0.19 0 0.54 196.24 0.56 0.3
Hex 21 5F 76 48 13 0 36 C4 38 1E
Octal 41 137 166 110 23 0 66 304 70 36
Binary 100001 1011111 1110110 1001000 10011 0 110110 11000100 111000 11110

Color Harmonies of #215F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215F76

Black with #215F76

Text Example


Text Example

White with #215F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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