#233037

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

Shades of Oxford Blue #233037

Tints of Oxford Blue #233037

Color information

#233037 (or 0x233037) is unknown color: approx Oxford Blue. HEX triplet: 23, 30 and 37. RGB value is (35,48,55). Sum of RGB (Red+Green+Blue) = 35+48+55=138 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.36% from 138); Green value is 48 (19.14% from 255 or 34.78% from 138); Blue value is 55 (21.88% from 255 or 39.86% from 138); Max value from RGB is 55 - color contains mainly: blue. Hex color #233037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233037 is #DCCFC8. Grayscale: #2C2C2C. Windows color (decimal): -14471113 or 3616803. OLE color: 3616803.

HSL color Cylindrical-coordinate representation of color #233037: hue angle of 201º degrees, saturation: 0.22, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #233037 is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB354855-
CMYK0.360.1300.78
HSL201º22.22%17.65%-
HSV(B)201º36.36%21.57%-
XYZ2.442.754.02-
YUV44.91133.69120.93-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.36%
GREEN value IS 48 (19.14% from 255) = 34.78%
BLUE value IS 55 (21.88% from 255) = 39.86%
R=25.36%
G=34.78%
B=39.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3548550.360.1300.7820122.2217.65
Hex23303724D04Ec91612
Octal436067441501163112622
Binary100011110000110111100100110101001110110010011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233037; }

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

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

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

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

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

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

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

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