Html Css Color HEX #21576F Orient

📋 copy color: '#21576F'

red 33 ◦ green 87 ◦ blue 111

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

Shades of Orient #21576F

Tints of Orient #21576F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.66%

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

R = 14.29%
G = 37.66%
B = 48.05%

CMYK

 C value IS 0.70

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#21576F (or 0x21576F) is known color: Orient. HEX triplet: 21, 57 and 6F. RGB value is (33,87,111). Sum of RGB (Red+Green+Blue) = 33+87+111=231 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.29% from 231); Green value is 87 (34.38% from 255 or 37.66% from 231); Blue value is 111 (43.75% from 255 or 48.05% from 231); Max value from RGB is 111 - color contains mainly: blue. Hex color #21576F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21576F is #DEA890. Grayscale: #494949. Windows color (decimal): -14592145 or 7296801. OLE color: 7296801.

HSL color Cylindrical-coordinate representation of color #21576F: hue angle of 198.46º 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 #21576F is Cyan = 0.70, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 33 87 111 -
CMYK 0.70 0.22 0 0.56
HSL 198.46º 0.54% 0.28% -
HSV(B) 198.46º 0.7% 0.44% -
XYZ 6.9 8.29 16.27 -
YUV 73.59 149.11 99.05 -
System Red Green Blue C M Y K H S L
Decimal 33 87 111 0.70 0.22 0 0.56 198.46 0.54 0.28
Hex 21 57 6F 46 16 0 38 C6 36 1C
Octal 41 127 157 106 26 0 70 306 66 34
Binary 100001 1010111 1101111 1000110 10110 0 111000 11000110 110110 11100

Color Harmonies of #21576F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21576F

Black with #21576F

Text Example


Text Example

White with #21576F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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