#21353A

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

Shades of Oxford Blue #21353A

Tints of Oxford Blue #21353A

Color information

#21353A (or 0x21353A) is unknown color: approx Oxford Blue. HEX triplet: 21, 35 and 3A. RGB value is (33,53,58). Sum of RGB (Red+Green+Blue) = 33+53+58=144 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.92% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 58 (23.05% from 255 or 40.28% from 144); Max value from RGB is 58 - color contains mainly: blue. Hex color #21353A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21353A is #DECAC5. Grayscale: #2F2F2F. Windows color (decimal): -14600902 or 3814689. OLE color: 3814689.

HSL color Cylindrical-coordinate representation of color #21353A: hue angle of 192º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #21353A is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB335358-
CMYK0.430.0900.77
HSL192º27.47%17.84%-
HSV(B)192º43.1%22.75%-
XYZ2.663.184.48-
YUV47.59133.87117.59-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.92%
GREEN value IS 53 (21.09% from 255) = 36.81%
BLUE value IS 58 (23.05% from 255) = 40.28%
R=22.92%
G=36.81%
B=40.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3353580.430.0900.7719227.4717.84
Hex21353A2B904Dc01b12
Octal416572531101153003322
Binary100001110101111010101011100101001101110000001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,53,58); }

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

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

 a { background-color: rgb(33,53,58); }

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

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

 span { border-color: rgb(33,53,58); }

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