#233137

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

Shades of Oxford Blue #233137

Tints of Oxford Blue #233137

Color information

#233137 (or 0x233137) is unknown color: approx Oxford Blue. HEX triplet: 23, 31 and 37. RGB value is (35,49,55). Sum of RGB (Red+Green+Blue) = 35+49+55=139 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.18% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 55 (21.88% from 255 or 39.57% from 139); Max value from RGB is 55 - color contains mainly: blue. Hex color #233137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233137 is #DCCEC8. Grayscale: #2D2D2D. Windows color (decimal): -14470857 or 3617059. OLE color: 3617059.

HSL color Cylindrical-coordinate representation of color #233137: hue angle of 198º 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 #233137 is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB354955-
CMYK0.360.1100.78
HSL198º22.22%17.65%-
HSV(B)198º36.36%21.57%-
XYZ2.482.834.03-
YUV45.5133.36120.51-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.18%
GREEN value IS 49 (19.53% from 255) = 35.25%
BLUE value IS 55 (21.88% from 255) = 39.57%
R=25.18%
G=35.25%
B=39.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3549550.360.1100.7819822.2217.65
Hex23313724B04Ec61612
Octal436167441301163062622
Binary100011110001110111100100101101001110110001101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233137; }

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

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

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

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

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

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

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

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