Html Css Color HEX #215670 Orient

📋 copy color: '#215670'

red 33 ◦ green 86 ◦ blue 112

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

Shades of Orient #215670

Tints of Orient #215670

RGB

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

 GREEN value IS 86 (33.98% from 255) = 37.23%

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

R = 14.29%
G = 37.23%
B = 48.48%

CMYK

 C value IS 0.71

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#215670 (or 0x215670) is known color: Orient. HEX triplet: 21, 56 and 70. RGB value is (33,86,112). Sum of RGB (Red+Green+Blue) = 33+86+112=231 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.29% from 231); Green value is 86 (33.98% from 255 or 37.23% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 112 - color contains mainly: blue. Hex color #215670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215670 is #DEA98F. Grayscale: #484848. Windows color (decimal): -14592400 or 7362081. OLE color: 7362081.

HSL color Cylindrical-coordinate representation of color #215670: hue angle of 199.75º 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 #215670 is Cyan = 0.71, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 33 86 112 -
CMYK 0.71 0.23 0 0.56
HSL 199.75º 0.54% 0.28% -
HSV(B) 199.75º 0.71% 0.44% -
XYZ 6.88 8.15 16.54 -
YUV 73.12 149.94 99.39 -
System Red Green Blue C M Y K H S L
Decimal 33 86 112 0.71 0.23 0 0.56 199.75 0.54 0.28
Hex 21 56 70 47 17 0 38 C8 36 1C
Octal 41 126 160 107 27 0 70 310 66 34
Binary 100001 1010110 1110000 1000111 10111 0 111000 11001000 110110 11100

Color Harmonies of #215670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215670

Black with #215670

Text Example


Text Example

White with #215670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215670; }

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

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

background-color css

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

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

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

border-color css

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

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

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