#215B73

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

Shades of Orient #215B73

Tints of Orient #215B73

Color information

#215B73 (or 0x215B73) is unknown color: approx Orient. HEX triplet: 21, 5B and 73. RGB value is (33,91,115). Sum of RGB (Red+Green+Blue) = 33+91+115=239 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.81% from 239); Green value is 91 (35.94% from 255 or 38.08% from 239); Blue value is 115 (45.31% from 255 or 48.12% from 239); Max value from RGB is 115 - color contains mainly: blue. Hex color #215B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215B73 is #DEA48C. Grayscale: #4C4C4C. Windows color (decimal): -14591117 or 7559969. OLE color: 7559969.

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

Color convert

RGB3391115-
CMYK0.710.2100.55
HSL197.56º55.41%29.02%-
HSV(B)197.56º71.3%45.1%-
XYZ7.469.0417.57-
YUV76.39149.7897.05-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.81%
GREEN value IS 91 (35.94% from 255) = 38.08%
BLUE value IS 115 (45.31% from 255) = 48.12%
R=13.81%
G=38.08%
B=48.12%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33911150.710.2100.55197.5655.4129.02
Hex215B734715037c6371d
Octal41133163107250673066735
Binary1000011011011111001110001111010101101111100011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,91,115); }

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

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

 a { background-color: rgb(33,91,115); }

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

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

 span { border-color: rgb(33,91,115); }

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