#21607A

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

Shades of Orient #21607A

Tints of Orient #21607A

Color information

#21607A (or 0x21607A) is unknown color: approx Orient. HEX triplet: 21, 60 and 7A. RGB value is (33,96,122). Sum of RGB (Red+Green+Blue) = 33+96+122=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 122 (48.05% from 255 or 48.61% from 251); Max value from RGB is 122 - color contains mainly: blue. Hex color #21607A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21607A is #DE9F85. Grayscale: #4F4F4F. Windows color (decimal): -14589830 or 8020001. OLE color: 8020001.

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

Color convert

RGB3396122-
CMYK0.730.2100.52
HSL197.53º57.42%30.39%-
HSV(B)197.53º72.95%47.84%-
XYZ8.3210.0919.92-
YUV80.13151.6394.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.15%
GREEN value IS 96 (37.89% from 255) = 38.25%
BLUE value IS 122 (48.05% from 255) = 48.61%
R=13.15%
G=38.25%
B=48.61%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal33961220.730.2100.52197.5357.4230.39
Hex21607A4915034c6391e
Octal41140172111250643067136
Binary1000011100000111101010010011010101101001100011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21607A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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