#215371

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

Shades of Orient #215371

Tints of Orient #215371

Color information

#215371 (or 0x215371) is unknown color: approx Orient. HEX triplet: 21, 53 and 71. RGB value is (33,83,113). Sum of RGB (Red+Green+Blue) = 33+83+113=229 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.41% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 113 (44.53% from 255 or 49.34% from 229); Max value from RGB is 113 - color contains mainly: blue. Hex color #215371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215371 is #DEAC8E. Grayscale: #474747. Windows color (decimal): -14593167 or 7426849. OLE color: 7426849.

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

Color convert

RGB3383113-
CMYK0.710.2700.56
HSL202.5º54.79%28.63%-
HSV(B)202.5º70.8%44.31%-
XYZ6.77.716.76-
YUV71.47151.44100.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.41%
GREEN value IS 83 (32.81% from 255) = 36.24%
BLUE value IS 113 (44.53% from 255) = 49.34%
R=14.41%
G=36.24%
B=49.34%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33831130.710.2700.56202.554.7928.63
Hex215371471B038ca371d
Octal41123161107330703126735
Binary1000011010011111000110001111101101110001100101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215371; }

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

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

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

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

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

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

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

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