#21607B

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

Shades of Orient #21607B

Tints of Orient #21607B

Color information

#21607B (or 0x21607B) is unknown color: approx Orient. HEX triplet: 21, 60 and 7B. RGB value is (33,96,123). Sum of RGB (Red+Green+Blue) = 33+96+123=252 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.10% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 123 (48.44% from 255 or 48.81% from 252); Max value from RGB is 123 - color contains mainly: blue. Hex color #21607B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21607B is #DE9F84. Grayscale: #505050. Windows color (decimal): -14589829 or 8085537. OLE color: 8085537.

HSL color Cylindrical-coordinate representation of color #21607B: hue angle of 198º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21607B is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3396123-
CMYK0.730.2200.52
HSL198º57.69%30.59%-
HSV(B)198º73.17%48.24%-
XYZ8.3910.1220.25-
YUV80.24152.1394.3-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.10%
GREEN value IS 96 (37.89% from 255) = 38.10%
BLUE value IS 123 (48.44% from 255) = 48.81%
R=13.10%
G=38.10%
B=48.81%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal33961230.730.2200.5219857.6930.59
Hex21607B4916034c63a1f
Octal41140173111260643067237
Binary1000011100000111101110010011011001101001100011011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21607B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21607B; }

 p { color: rgb(33,96,123); }

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

<style>
 a { background-color: #21607B; }

 a { background-color: rgb(33,96,123); }

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

<style>
 span { border-color: #21607B; }

 span { border-color: rgb(33,96,123); }

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