Html Css Color HEX #215070 Orient

📋 copy color: '#215070'

red 33 ◦ green 80 ◦ blue 112

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

Shades of Orient #215070

Tints of Orient #215070

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.56%

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

R = 14.67%
G = 35.56%
B = 49.78%

CMYK

 C value IS 0.71

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#215070 (or 0x215070) is known color: Orient. HEX triplet: 21, 50 and 70. RGB value is (33,80,112). Sum of RGB (Red+Green+Blue) = 33+80+112=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #215070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215070 is #DEAF8F. Grayscale: #454545. Windows color (decimal): -14593936 or 7360545. OLE color: 7360545.

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

Color convert

RGB 33 80 112 -
CMYK 0.71 0.29 0 0.56
HSL 204.3º 0.54% 0.28% -
HSV(B) 204.3º 0.71% 0.44% -
XYZ 6.42 7.23 16.39 -
YUV 69.6 151.93 101.9 -
System Red Green Blue C M Y K H S L
Decimal 33 80 112 0.71 0.29 0 0.56 204.3 0.54 0.28
Hex 21 50 70 47 1D 0 38 CC 36 1C
Octal 41 120 160 107 35 0 70 314 66 34
Binary 100001 1010000 1110000 1000111 11101 0 111000 11001100 110110 11100

Color Harmonies of #215070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215070

Black with #215070

Text Example


Text Example

White with #215070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215070; }

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

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

background-color css

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

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

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

border-color css

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

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

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