#215D79

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

Shades of Orient #215D79

Tints of Orient #215D79

Color information

#215D79 (or 0x215D79) is unknown color: approx Orient. HEX triplet: 21, 5D and 79. RGB value is (33,93,121). Sum of RGB (Red+Green+Blue) = 33+93+121=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 93 (36.72% from 255 or 37.65% from 247); Blue value is 121 (47.66% from 255 or 48.99% from 247); Max value from RGB is 121 - color contains mainly: blue. Hex color #215D79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215D79 is #DEA286. Grayscale: #4E4E4E. Windows color (decimal): -14590599 or 7953697. OLE color: 7953697.

HSL color Cylindrical-coordinate representation of color #215D79: hue angle of 199.09º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #215D79 is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3393121-
CMYK0.730.2300.53
HSL199.09º57.14%30.2%-
HSV(B)199.09º72.73%47.45%-
XYZ7.999.5319.51-
YUV78.25152.1295.72-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.36%
GREEN value IS 93 (36.72% from 255) = 37.65%
BLUE value IS 121 (47.66% from 255) = 48.99%
R=13.36%
G=37.65%
B=48.99%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33931210.730.2300.53199.0957.1430.2
Hex215D794917035c7391e
Octal41135171111270653077136
Binary1000011011101111100110010011011101101011100011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215D79; }

 p { color: rgb(33,93,121); }

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

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

 a { background-color: rgb(33,93,121); }

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

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

 span { border-color: rgb(33,93,121); }

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