#21363D

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

Shades of Oxford Blue #21363D

Tints of Oxford Blue #21363D

Color information

#21363D (or 0x21363D) is unknown color: approx Oxford Blue. HEX triplet: 21, 36 and 3D. RGB value is (33,54,61). Sum of RGB (Red+Green+Blue) = 33+54+61=148 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.30% from 148); Green value is 54 (21.48% from 255 or 36.49% from 148); Blue value is 61 (24.22% from 255 or 41.22% from 148); Max value from RGB is 61 - color contains mainly: blue. Hex color #21363D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21363D is #DEC9C2. Grayscale: #303030. Windows color (decimal): -14600643 or 4011553. OLE color: 4011553.

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

Color convert

RGB335461-
CMYK0.460.1100.76
HSL195º29.79%18.43%-
HSV(B)195º45.9%23.92%-
XYZ2.793.34.9-
YUV48.52135.04116.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.30%
GREEN value IS 54 (21.48% from 255) = 36.49%
BLUE value IS 61 (24.22% from 255) = 41.22%
R=22.30%
G=36.49%
B=41.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3354610.460.1100.7619529.7918.43
Hex21363D2EB04Cc31e12
Octal416675561301143033622
Binary100001110110111101101110101101001100110000111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21363D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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