#215471

Color #215471 Orient (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orient #215471

Tints of Orient #215471

Color information

#215471 (or 0x215471) is unknown color: approx Orient. HEX triplet: 21, 54 and 71. RGB value is (33,84,113). Sum of RGB (Red+Green+Blue) = 33+84+113=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 84 (33.20% from 255 or 36.52% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #215471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215471 is #DEAB8E. Grayscale: #474747. Windows color (decimal): -14592911 or 7427105. OLE color: 7427105.

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

Color convert

RGB3384113-
CMYK0.710.2600.56
HSL201.75º54.79%28.63%-
HSV(B)201.75º70.8%44.31%-
XYZ6.787.8616.78-
YUV72.06151.1100.14-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.35%
GREEN value IS 84 (33.20% from 255) = 36.52%
BLUE value IS 113 (44.53% from 255) = 49.13%
R=14.35%
G=36.52%
B=49.13%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33841130.710.2600.56201.7554.7928.63
Hex215471471A038ca371d
Octal41124161107320703126735
Binary1000011010100111000110001111101001110001100101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215471; }

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

 H1.HeaderClassName
 {
   color: #215471;
 }
 .AnyTagClassName
 {
   color: #215471;
 }
</style>
background-color css

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

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

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

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

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

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