Html Css Color HEX #21516F Orient

📋 copy color: '#21516F'

red 33 ◦ green 81 ◦ blue 111

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

Shades of Orient #21516F

Tints of Orient #21516F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36%

 BLUE value IS 111 (43.75% from 255) = 49.33%

R = 14.67%
G = 36%
B = 49.33%

CMYK

 C value IS 0.70

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#21516F (or 0x21516F) is known color: Orient. HEX triplet: 21, 51 and 6F. RGB value is (33,81,111). Sum of RGB (Red+Green+Blue) = 33+81+111=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 81 (32.03% from 255 or 36% from 225); Blue value is 111 (43.75% from 255 or 49.33% from 225); Max value from RGB is 111 - color contains mainly: blue. Hex color #21516F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21516F is #DEAE90. Grayscale: #454545. Windows color (decimal): -14593681 or 7295265. OLE color: 7295265.

HSL color Cylindrical-coordinate representation of color #21516F: hue angle of 203.08º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #21516F is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 33 81 111 -
CMYK 0.70 0.27 0 0.56
HSL 203.08º 0.54% 0.28% -
HSV(B) 203.08º 0.7% 0.44% -
XYZ 6.44 7.36 16.12 -
YUV 70.07 151.1 101.56 -
System Red Green Blue C M Y K H S L
Decimal 33 81 111 0.70 0.27 0 0.56 203.08 0.54 0.28
Hex 21 51 6F 46 1B 0 38 CB 36 1C
Octal 41 121 157 106 33 0 70 313 66 34
Binary 100001 1010001 1101111 1000110 11011 0 111000 11001011 110110 11100

Color Harmonies of #21516F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21516F

Black with #21516F

Text Example


Text Example

White with #21516F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21516F; }

 p { color: rgb(33,81,111); }

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

background-color css

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

 a { background-color: rgb(33,81,111); }

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

border-color css

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

 span { border-color: rgb(33,81,111); }

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