#215A71

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

Shades of Orient #215A71

Tints of Orient #215A71

Color information

#215A71 (or 0x215A71) is unknown color: approx Orient. HEX triplet: 21, 5A and 71. RGB value is (33,90,113). Sum of RGB (Red+Green+Blue) = 33+90+113=236 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.98% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 113 (44.53% from 255 or 47.88% from 236); Max value from RGB is 113 - color contains mainly: blue. Hex color #215A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215A71 is #DEA58E. Grayscale: #4B4B4B. Windows color (decimal): -14591375 or 7428641. OLE color: 7428641.

HSL color Cylindrical-coordinate representation of color #215A71: hue angle of 197.25º 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 #215A71 is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3390113-
CMYK0.710.2000.56
HSL197.25º54.79%28.63%-
HSV(B)197.25º70.8%44.31%-
XYZ7.268.8316.94-
YUV75.58149.1297.63-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.98%
GREEN value IS 90 (35.55% from 255) = 38.14%
BLUE value IS 113 (44.53% from 255) = 47.88%
R=13.98%
G=38.14%
B=47.88%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33901130.710.2000.56197.2554.7928.63
Hex215A714714038c5371d
Octal41132161107240703056735
Binary1000011011010111000110001111010001110001100010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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