Html Css Color HEX #215470 Orient

📋 copy color: '#215470'

red 33 ◦ green 84 ◦ blue 112

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

Shades of Orient #215470

Tints of Orient #215470

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.68%

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

R = 14.41%
G = 36.68%
B = 48.91%

CMYK

 C value IS 0.71

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#215470 (or 0x215470) is known color: Orient. HEX triplet: 21, 54 and 70. RGB value is (33,84,112). Sum of RGB (Red+Green+Blue) = 33+84+112=229 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.41% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: blue. Hex color #215470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215470 is #DEAB8F. Grayscale: #474747. Windows color (decimal): -14592912 or 7361569. OLE color: 7361569.

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

Color convert

RGB 33 84 112 -
CMYK 0.71 0.25 0 0.56
HSL 201.27º 0.54% 0.28% -
HSV(B) 201.27º 0.71% 0.44% -
XYZ 6.72 7.83 16.49 -
YUV 71.94 150.6 100.22 -
System Red Green Blue C M Y K H S L
Decimal 33 84 112 0.71 0.25 0 0.56 201.27 0.54 0.28
Hex 21 54 70 47 19 0 38 C9 36 1C
Octal 41 124 160 107 31 0 70 311 66 34
Binary 100001 1010100 1110000 1000111 11001 0 111000 11001001 110110 11100

Color Harmonies of #215470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215470

Black with #215470

Text Example


Text Example

White with #215470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215470; }

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

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

background-color css

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

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

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

border-color css

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

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

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