#215774

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

Shades of Orient #215774

Tints of Orient #215774

Color information

#215774 (or 0x215774) is unknown color: approx Orient. HEX triplet: 21, 57 and 74. RGB value is (33,87,116). Sum of RGB (Red+Green+Blue) = 33+87+116=236 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.98% from 236); Green value is 87 (34.38% from 255 or 36.86% from 236); Blue value is 116 (45.70% from 255 or 49.15% from 236); Max value from RGB is 116 - color contains mainly: blue. Hex color #215774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215774 is #DEA88B. Grayscale: #494949. Windows color (decimal): -14592140 or 7624481. OLE color: 7624481.

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

Color convert

RGB3387116-
CMYK0.720.2500.55
HSL200.96º55.7%29.22%-
HSV(B)200.96º71.55%45.49%-
XYZ7.198.417.77-
YUV74.16151.6198.64-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.98%
GREEN value IS 87 (34.38% from 255) = 36.86%
BLUE value IS 116 (45.70% from 255) = 49.15%
R=13.98%
G=36.86%
B=49.15%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33871160.720.2500.55200.9655.729.22
Hex2157744819037c9381d
Octal41127164110310673117035
Binary1000011010111111010010010001100101101111100100111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215774; }

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

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

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

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

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

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

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

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