Html Css Color HEX #215B76 Orient

📋 copy color: '#215B76'

red 33 ◦ green 91 ◦ blue 118

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

Shades of Orient #215B76

Tints of Orient #215B76

RGB

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

 GREEN value IS 91 (35.94% from 255) = 37.6%

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

R = 13.64%
G = 37.6%
B = 48.76%

CMYK

 C value IS 0.72

 M value IS 0.23

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#215B76 (or 0x215B76) is known color: Orient. HEX triplet: 21, 5B and 76. RGB value is (33,91,118). Sum of RGB (Red+Green+Blue) = 33+91+118=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 91 (35.94% from 255 or 37.60% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 118 - color contains mainly: blue. Hex color #215B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215B76 is #DEA489. Grayscale: #4C4C4C. Windows color (decimal): -14591114 or 7756577. OLE color: 7756577.

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

Color convert

RGB 33 91 118 -
CMYK 0.72 0.23 0 0.54
HSL 199.06º 0.56% 0.3% -
HSV(B) 199.06º 0.72% 0.46% -
XYZ 7.64 9.11 18.5 -
YUV 76.74 151.28 96.8 -
System Red Green Blue C M Y K H S L
Decimal 33 91 118 0.72 0.23 0 0.54 199.06 0.56 0.3
Hex 21 5B 76 48 17 0 36 C7 38 1E
Octal 41 133 166 110 27 0 66 307 70 36
Binary 100001 1011011 1110110 1001000 10111 0 110110 11000111 111000 11110

Color Harmonies of #215B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215B76

Black with #215B76

Text Example


Text Example

White with #215B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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