#215974

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

Shades of Orient #215974

Tints of Orient #215974

Color information

#215974 (or 0x215974) is unknown color: approx Orient. HEX triplet: 21, 59 and 74. RGB value is (33,89,116). Sum of RGB (Red+Green+Blue) = 33+89+116=238 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.87% from 238); Green value is 89 (35.16% from 255 or 37.39% from 238); Blue value is 116 (45.70% from 255 or 48.74% from 238); Max value from RGB is 116 - color contains mainly: blue. Hex color #215974 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215974 is #DEA68B. Grayscale: #4B4B4B. Windows color (decimal): -14591628 or 7624993. OLE color: 7624993.

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

Color convert

RGB3389116-
CMYK0.720.2300.55
HSL199.52º55.7%29.22%-
HSV(B)199.52º71.55%45.49%-
XYZ7.358.7317.82-
YUV75.33150.9597.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.87%
GREEN value IS 89 (35.16% from 255) = 37.39%
BLUE value IS 116 (45.70% from 255) = 48.74%
R=13.87%
G=37.39%
B=48.74%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33891160.720.2300.55199.5255.729.22
Hex2159744817037c8381d
Octal41131164110270673107035
Binary1000011011001111010010010001011101101111100100011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215974; }

 p { color: rgb(33,89,116); }

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

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

 a { background-color: rgb(33,89,116); }

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

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

 span { border-color: rgb(33,89,116); }

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