#215C6A

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

Shades of Orient #215C6A

Tints of Orient #215C6A

Color information

#215C6A (or 0x215C6A) is unknown color: approx Orient. HEX triplet: 21, 5C and 6A. RGB value is (33,92,106). Sum of RGB (Red+Green+Blue) = 33+92+106=231 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.29% from 231); Green value is 92 (36.33% from 255 or 39.83% from 231); Blue value is 106 (41.80% from 255 or 45.89% from 231); Max value from RGB is 106 - color contains mainly: blue. Hex color #215C6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215C6A is #DEA395. Grayscale: #4B4B4B. Windows color (decimal): -14590870 or 6970401. OLE color: 6970401.

HSL color Cylindrical-coordinate representation of color #215C6A: hue angle of 191.51º 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 #215C6A is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3392106-
CMYK0.690.1300.58
HSL191.51º52.52%27.25%-
HSV(B)191.51º68.87%41.57%-
XYZ7.069.0215-
YUV75.96144.9597.36-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.29%
GREEN value IS 92 (36.33% from 255) = 39.83%
BLUE value IS 106 (41.80% from 255) = 45.89%
R=14.29%
G=39.83%
B=45.89%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33921060.690.1300.58191.5152.5227.25
Hex215C6A45D03Ac0351b
Octal41134152105150723006533
Binary100001101110011010101000101110101110101100000011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,92,106); }

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

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

 a { background-color: rgb(33,92,106); }

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

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

 span { border-color: rgb(33,92,106); }

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