Html Css Color HEX #21617E Orient

📋 copy color: '#21617E'

red 33 ◦ green 97 ◦ blue 126

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

Shades of Orient #21617E

Tints of Orient #21617E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.89%

 BLUE value IS 126 (49.61% from 255) = 49.22%

R = 12.89%
G = 37.89%
B = 49.22%

CMYK

 C value IS 0.74

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#21617E (or 0x21617E) is known color: Orient. HEX triplet: 21, 61 and 7E. RGB value is (33,97,126). Sum of RGB (Red+Green+Blue) = 33+97+126=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 126 (49.61% from 255 or 49.22% from 256); Max value from RGB is 126 - color contains mainly: blue. Hex color #21617E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21617E is #DE9E81. Grayscale: #505050. Windows color (decimal): -14589570 or 8282401. OLE color: 8282401.

HSL color Cylindrical-coordinate representation of color #21617E: hue angle of 198.71º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21617E is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 33 97 126 -
CMYK 0.74 0.23 0 0.51
HSL 198.71º 0.58% 0.31% -
HSV(B) 198.71º 0.74% 0.49% -
XYZ 8.67 10.38 21.29 -
YUV 81.17 153.3 93.64 -
System Red Green Blue C M Y K H S L
Decimal 33 97 126 0.74 0.23 0 0.51 198.71 0.58 0.31
Hex 21 61 7E 4A 17 0 33 C7 3A 1F
Octal 41 141 176 112 27 0 63 307 72 37
Binary 100001 1100001 1111110 1001010 10111 0 110011 11000111 111010 11111

Color Harmonies of #21617E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21617E

Black with #21617E

Text Example


Text Example

White with #21617E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21617E; }

 p { color: rgb(33,97,126); }

 H1.HeaderClassName
 {
   color: #21617E;
 }
 .AnyTagClassName
 {
   color: #21617E;
 }
</style>

background-color css

<style>
 a { background-color: #21617E; }

 a { background-color: rgb(33,97,126); }

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

border-color css

<style>
 span { border-color: #21617E; }

 span { border-color: rgb(33,97,126); }

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