Html Css Color HEX #215170 Orient

📋 copy color: '#215170'

red 33 ◦ green 81 ◦ blue 112

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

Shades of Orient #215170

Tints of Orient #215170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 49.56%

R = 14.6%
G = 35.84%
B = 49.56%

CMYK

 C value IS 0.71

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#215170 (or 0x215170) is known color: Orient. HEX triplet: 21, 51 and 70. RGB value is (33,81,112). Sum of RGB (Red+Green+Blue) = 33+81+112=226 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.60% from 226); Green value is 81 (32.03% from 255 or 35.84% from 226); Blue value is 112 (44.14% from 255 or 49.56% from 226); Max value from RGB is 112 - color contains mainly: blue. Hex color #215170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215170 is #DEAE8F. Grayscale: #464646. Windows color (decimal): -14593680 or 7360801. OLE color: 7360801.

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

Color convert

RGB 33 81 112 -
CMYK 0.71 0.28 0 0.56
HSL 203.54º 0.54% 0.28% -
HSV(B) 203.54º 0.71% 0.44% -
XYZ 6.49 7.38 16.41 -
YUV 70.18 151.6 101.48 -
System Red Green Blue C M Y K H S L
Decimal 33 81 112 0.71 0.28 0 0.56 203.54 0.54 0.28
Hex 21 51 70 47 1C 0 38 CC 36 1C
Octal 41 121 160 107 34 0 70 314 66 34
Binary 100001 1010001 1110000 1000111 11100 0 111000 11001100 110110 11100

Color Harmonies of #215170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215170

Black with #215170

Text Example


Text Example

White with #215170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215170; }

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

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

background-color css

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

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

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

border-color css

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

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

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