#215F7D

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

Shades of Orient #215F7D

Tints of Orient #215F7D

Color information

#215F7D (or 0x215F7D) is unknown color: approx Orient. HEX triplet: 21, 5F and 7D. RGB value is (33,95,125). Sum of RGB (Red+Green+Blue) = 33+95+125=253 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.04% from 253); Green value is 95 (37.5% from 255 or 37.55% from 253); Blue value is 125 (49.22% from 255 or 49.41% from 253); Max value from RGB is 125 - color contains mainly: blue. Hex color #215F7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215F7D is #DEA082. Grayscale: #4F4F4F. Windows color (decimal): -14590083 or 8216353. OLE color: 8216353.

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

Color convert

RGB3395125-
CMYK0.740.2400.51
HSL199.57º58.23%30.98%-
HSV(B)199.57º73.6%49.02%-
XYZ8.429.9920.89-
YUV79.88153.4694.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.04%
GREEN value IS 95 (37.5% from 255) = 37.55%
BLUE value IS 125 (49.22% from 255) = 49.41%
R=13.04%
G=37.55%
B=49.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal33951250.740.2400.51199.5758.2330.98
Hex215F7D4A18033c83a1f
Octal41137175112300633107237
Binary1000011011111111110110010101100001100111100100011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,95,125); }

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

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

 a { background-color: rgb(33,95,125); }

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

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

 span { border-color: rgb(33,95,125); }

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