#233033

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

Shades of Oxford Blue #233033

Tints of Oxford Blue #233033

Color information

#233033 (or 0x233033) is unknown color: approx Oxford Blue. HEX triplet: 23, 30 and 33. RGB value is (35,48,51). Sum of RGB (Red+Green+Blue) = 35+48+51=134 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.12% from 134); Green value is 48 (19.14% from 255 or 35.82% from 134); Blue value is 51 (20.31% from 255 or 38.06% from 134); Max value from RGB is 51 - color contains mainly: blue. Hex color #233033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233033 is #DCCFCC. Grayscale: #2C2C2C. Windows color (decimal): -14471117 or 3354659. OLE color: 3354659.

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

Color convert

RGB354851-
CMYK0.310.0600.8
HSL191.25º18.6%16.86%-
HSV(B)191.25º31.37%20%-
XYZ2.352.713.53-
YUV44.46131.69121.26-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 26.12%
GREEN value IS 48 (19.14% from 255) = 35.82%
BLUE value IS 51 (20.31% from 255) = 38.06%
R=26.12%
G=35.82%
B=38.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3548510.310.0600.8191.2518.616.86
Hex2330331F6050bf1311
Octal43606337601202772321
Binary1000111100001100111111111001010000101111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233033; }

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

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

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

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

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

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

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

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