#21546E

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

Shades of Orient #21546E

Tints of Orient #21546E

Color information

#21546E (or 0x21546E) is unknown color: approx Orient. HEX triplet: 21, 54 and 6E. RGB value is (33,84,110). Sum of RGB (Red+Green+Blue) = 33+84+110=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 110 (43.36% from 255 or 48.46% from 227); Max value from RGB is 110 - color contains mainly: blue. Hex color #21546E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21546E is #DEAB91. Grayscale: #474747. Windows color (decimal): -14592914 or 7230497. OLE color: 7230497.

HSL color Cylindrical-coordinate representation of color #21546E: hue angle of 200.26º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #21546E is Cyan = 0.7, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3384110-
CMYK0.70.2400.57
HSL200.26º53.85%28.04%-
HSV(B)200.26º70%43.14%-
XYZ6.617.7915.91-
YUV71.72149.6100.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.54%
GREEN value IS 84 (33.20% from 255) = 37.00%
BLUE value IS 110 (43.36% from 255) = 48.46%
R=14.54%
G=37.00%
B=48.46%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal33841100.70.2400.57200.2653.8528.04
Hex21546E4618039c8361c
Octal41124156106300713106634
Binary1000011010100110111010001101100001110011100100011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21546E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21546E; }

 p { color: rgb(33,84,110); }

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

<style>
 a { background-color: #21546E; }

 a { background-color: rgb(33,84,110); }

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

<style>
 span { border-color: #21546E; }

 span { border-color: rgb(33,84,110); }

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