#213033

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

Shades of Oxford Blue #213033

Tints of Oxford Blue #213033

Color information

#213033 (or 0x213033) is unknown color: approx Oxford Blue. HEX triplet: 21, 30 and 33. RGB value is (33,48,51). Sum of RGB (Red+Green+Blue) = 33+48+51=132 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25% from 132); Green value is 48 (19.14% from 255 or 36.36% from 132); Blue value is 51 (20.31% from 255 or 38.64% from 132); Max value from RGB is 51 - color contains mainly: blue. Hex color #213033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213033 is #DECFCC. Grayscale: #2B2B2B. Windows color (decimal): -14602189 or 3354657. OLE color: 3354657.

HSL color Cylindrical-coordinate representation of color #213033: hue angle of 190º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #213033 is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB334851-
CMYK0.350.0600.8
HSL190º21.43%16.47%-
HSV(B)190º35.29%20%-
XYZ2.282.683.53-
YUV43.86132.03120.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25%
GREEN value IS 48 (19.14% from 255) = 36.36%
BLUE value IS 51 (20.31% from 255) = 38.64%
R=25%
G=36.36%
B=38.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3348510.350.0600.819021.4316.47
Hex213033236050be1510
Octal41606343601202762520
Binary10000111000011001110001111001010000101111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213033; }

 p { color: rgb(33,48,51); }

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

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

 a { background-color: rgb(33,48,51); }

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

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

 span { border-color: rgb(33,48,51); }

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