#21363C

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

Shades of Oxford Blue #21363C

Tints of Oxford Blue #21363C

Color information

#21363C (or 0x21363C) is unknown color: approx Oxford Blue. HEX triplet: 21, 36 and 3C. RGB value is (33,54,60). Sum of RGB (Red+Green+Blue) = 33+54+60=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 54 (21.48% from 255 or 36.73% from 147); Blue value is 60 (23.83% from 255 or 40.82% from 147); Max value from RGB is 60 - color contains mainly: blue. Hex color #21363C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21363C is #DEC9C3. Grayscale: #303030. Windows color (decimal): -14600644 or 3946017. OLE color: 3946017.

HSL color Cylindrical-coordinate representation of color #21363C: hue angle of 193.33º degrees, saturation: 0.29, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #21363C is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB335460-
CMYK0.450.1000.76
HSL193.33º29.03%18.24%-
HSV(B)193.33º45%23.53%-
XYZ2.763.294.76-
YUV48.4134.54117.01-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.45%
GREEN value IS 54 (21.48% from 255) = 36.73%
BLUE value IS 60 (23.83% from 255) = 40.82%
R=22.45%
G=36.73%
B=40.82%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3354600.450.1000.76193.3329.0318.24
Hex21363C2DA04Cc11d12
Octal416674551201143013522
Binary100001110110111100101101101001001100110000011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21363C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21363C; }

 p { color: rgb(33,54,60); }

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

<style>
 a { background-color: #21363C; }

 a { background-color: rgb(33,54,60); }

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

<style>
 span { border-color: #21363C; }

 span { border-color: rgb(33,54,60); }

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