#215E7B

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

Shades of Orient #215E7B

Tints of Orient #215E7B

Color information

#215E7B (or 0x215E7B) is unknown color: approx Orient. HEX triplet: 21, 5E and 7B. RGB value is (33,94,123). Sum of RGB (Red+Green+Blue) = 33+94+123=250 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.2% from 250); Green value is 94 (37.11% from 255 or 37.6% from 250); Blue value is 123 (48.44% from 255 or 49.2% from 250); Max value from RGB is 123 - color contains mainly: blue. Hex color #215E7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215E7B is #DEA184. Grayscale: #4E4E4E. Windows color (decimal): -14590341 or 8085025. OLE color: 8085025.

HSL color Cylindrical-coordinate representation of color #215E7B: hue angle of 199.33º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #215E7B is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3394123-
CMYK0.730.2400.52
HSL199.33º57.69%30.59%-
HSV(B)199.33º73.17%48.24%-
XYZ8.219.7620.19-
YUV79.07152.7995.14-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.2%
GREEN value IS 94 (37.11% from 255) = 37.6%
BLUE value IS 123 (48.44% from 255) = 49.2%
R=13.2%
G=37.6%
B=49.2%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal33941230.730.2400.52199.3357.6930.59
Hex215E7B4918034c73a1f
Octal41136173111300643077237
Binary1000011011110111101110010011100001101001100011111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,94,123); }

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

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

 a { background-color: rgb(33,94,123); }

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

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

 span { border-color: rgb(33,94,123); }

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