Html Css Color HEX #215072 Orient

📋 copy color: '#215072'

red 33 ◦ green 80 ◦ blue 114

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

Shades of Orient #215072

Tints of Orient #215072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 50.22%

R = 14.54%
G = 35.24%
B = 50.22%

CMYK

 C value IS 0.71

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#215072 (or 0x215072) is known color: Orient. HEX triplet: 21, 50 and 72. RGB value is (33,80,114). Sum of RGB (Red+Green+Blue) = 33+80+114=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 114 (44.92% from 255 or 50.22% from 227); Max value from RGB is 114 - color contains mainly: blue. Hex color #215072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215072 is #DEAF8D. Grayscale: #454545. Windows color (decimal): -14593934 or 7491617. OLE color: 7491617.

HSL color Cylindrical-coordinate representation of color #215072: hue angle of 205.19º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #215072 is Cyan = 0.71, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 33 80 114 -
CMYK 0.71 0.30 0 0.55
HSL 205.19º 0.55% 0.29% -
HSV(B) 205.19º 0.71% 0.45% -
XYZ 6.53 7.28 16.98 -
YUV 69.82 152.93 101.74 -
System Red Green Blue C M Y K H S L
Decimal 33 80 114 0.71 0.30 0 0.55 205.19 0.55 0.29
Hex 21 50 72 47 1E 0 37 CD 37 1D
Octal 41 120 162 107 36 0 67 315 67 35
Binary 100001 1010000 1110010 1000111 11110 0 110111 11001101 110111 11101

Color Harmonies of #215072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215072

Black with #215072

Text Example


Text Example

White with #215072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215072; }

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

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

background-color css

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

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

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

border-color css

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

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

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