#215A6B

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

Shades of Orient #215A6B

Tints of Orient #215A6B

Color information

#215A6B (or 0x215A6B) is unknown color: approx Orient. HEX triplet: 21, 5A and 6B. RGB value is (33,90,107). Sum of RGB (Red+Green+Blue) = 33+90+107=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 90 (35.55% from 255 or 39.13% from 230); Blue value is 107 (42.19% from 255 or 46.52% from 230); Max value from RGB is 107 - color contains mainly: blue. Hex color #215A6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215A6B is #DEA594. Grayscale: #4A4A4A. Windows color (decimal): -14591381 or 7035425. OLE color: 7035425.

HSL color Cylindrical-coordinate representation of color #215A6B: hue angle of 193.78º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #215A6B is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3390107-
CMYK0.690.1600.58
HSL193.78º52.86%27.45%-
HSV(B)193.78º69.16%41.96%-
XYZ6.948.715.22-
YUV74.9146.1298.12-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.35%
GREEN value IS 90 (35.55% from 255) = 39.13%
BLUE value IS 107 (42.19% from 255) = 46.52%
R=14.35%
G=39.13%
B=46.52%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33901070.690.1600.58193.7852.8627.45
Hex215A6B451003Ac2351b
Octal41132153105200723026533
Binary1000011011010110101110001011000001110101100001011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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