#232E31

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

Shades of Oxford Blue #232E31

Tints of Oxford Blue #232E31

Color information

#232E31 (or 0x232E31) is unknown color: approx Oxford Blue. HEX triplet: 23, 2E and 31. RGB value is (35,46,49). Sum of RGB (Red+Green+Blue) = 35+46+49=130 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.92% from 130); Green value is 46 (18.36% from 255 or 35.38% from 130); Blue value is 49 (19.53% from 255 or 37.69% from 130); Max value from RGB is 49 - color contains mainly: blue. Hex color #232E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232E31 is #DCD1CE. Grayscale: #2B2B2B. Windows color (decimal): -14471631 or 3223075. OLE color: 3223075.

HSL color Cylindrical-coordinate representation of color #232E31: hue angle of 192.86º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #232E31 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB354649-
CMYK0.290.0600.81
HSL192.86º16.67%16.47%-
HSV(B)192.86º28.57%19.22%-
XYZ2.222.533.28-
YUV43.05131.36122.26-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 26.92%
GREEN value IS 46 (18.36% from 255) = 35.38%
BLUE value IS 49 (19.53% from 255) = 37.69%
R=26.92%
G=35.38%
B=37.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3546490.290.0600.81192.8616.6716.47
Hex232E311D6051c11110
Octal43566135601213012120
Binary1000111011101100011110111001010001110000011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232E31; }

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

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

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

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

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

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

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

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