Html Css Color HEX #215A76 Orient

📋 copy color: '#215A76'

red 33 ◦ green 90 ◦ blue 118

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

Shades of Orient #215A76

Tints of Orient #215A76

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.34%

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

R = 13.69%
G = 37.34%
B = 48.96%

CMYK

 C value IS 0.72

 M value IS 0.24

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#215A76 (or 0x215A76) is known color: Orient. HEX triplet: 21, 5A and 76. RGB value is (33,90,118). Sum of RGB (Red+Green+Blue) = 33+90+118=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 90 (35.55% from 255 or 37.34% from 241); Blue value is 118 (46.48% from 255 or 48.96% from 241); Max value from RGB is 118 - color contains mainly: blue. Hex color #215A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215A76 is #DEA589. Grayscale: #4B4B4B. Windows color (decimal): -14591370 or 7756321. OLE color: 7756321.

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

Color convert

RGB 33 90 118 -
CMYK 0.72 0.24 0 0.54
HSL 199.76º 0.56% 0.3% -
HSV(B) 199.76º 0.72% 0.46% -
XYZ 7.55 8.94 18.47 -
YUV 76.15 151.62 97.22 -
System Red Green Blue C M Y K H S L
Decimal 33 90 118 0.72 0.24 0 0.54 199.76 0.56 0.3
Hex 21 5A 76 48 18 0 36 C8 38 1E
Octal 41 132 166 110 30 0 66 310 70 36
Binary 100001 1011010 1110110 1001000 11000 0 110110 11001000 111000 11110

Color Harmonies of #215A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215A76

Black with #215A76

Text Example


Text Example

White with #215A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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