#233035

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

Shades of Oxford Blue #233035

Tints of Oxford Blue #233035

Color information

#233035 (or 0x233035) is unknown color: approx Oxford Blue. HEX triplet: 23, 30 and 35. RGB value is (35,48,53). Sum of RGB (Red+Green+Blue) = 35+48+53=136 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.74% from 136); Green value is 48 (19.14% from 255 or 35.29% from 136); Blue value is 53 (21.09% from 255 or 38.97% from 136); Max value from RGB is 53 - color contains mainly: blue. Hex color #233035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233035 is #DCCFCA. Grayscale: #2C2C2C. Windows color (decimal): -14471115 or 3485731. OLE color: 3485731.

HSL color Cylindrical-coordinate representation of color #233035: hue angle of 196.67º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #233035 is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB354853-
CMYK0.340.0900.79
HSL196.67º20.45%17.25%-
HSV(B)196.67º33.96%20.78%-
XYZ2.392.733.77-
YUV44.68132.69121.09-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.74%
GREEN value IS 48 (19.14% from 255) = 35.29%
BLUE value IS 53 (21.09% from 255) = 38.97%
R=25.74%
G=35.29%
B=38.97%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3548530.340.0900.79196.6720.4517.25
Hex23303522904Fc51411
Octal436065421101173052421
Binary100011110000110101100010100101001111110001011010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233035; }

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

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

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

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

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

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

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

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