#215F71

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

Shades of Orient #215F71

Tints of Orient #215F71

Color information

#215F71 (or 0x215F71) is unknown color: approx Orient. HEX triplet: 21, 5F and 71. RGB value is (33,95,113). Sum of RGB (Red+Green+Blue) = 33+95+113=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 95 (37.5% from 255 or 39.42% from 241); Blue value is 113 (44.53% from 255 or 46.89% from 241); Max value from RGB is 113 - color contains mainly: blue. Hex color #215F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215F71 is #DEA08E. Grayscale: #4E4E4E. Windows color (decimal): -14590095 or 7429921. OLE color: 7429921.

HSL color Cylindrical-coordinate representation of color #215F71: hue angle of 193.5º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #215F71 is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3395113-
CMYK0.710.1600.56
HSL193.5º54.79%28.63%-
HSV(B)193.5º70.8%44.31%-
XYZ7.79.717.09-
YUV78.51147.4695.54-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.69%
GREEN value IS 95 (37.5% from 255) = 39.42%
BLUE value IS 113 (44.53% from 255) = 46.89%
R=13.69%
G=39.42%
B=46.89%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33951130.710.1600.56193.554.7928.63
Hex215F714710038c2371d
Octal41137161107200703026735
Binary1000011011111111000110001111000001110001100001011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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