#232E32

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

Shades of Oxford Blue #232E32

Tints of Oxford Blue #232E32

Color information

#232E32 (or 0x232E32) is unknown color: approx Oxford Blue. HEX triplet: 23, 2E and 32. RGB value is (35,46,50). Sum of RGB (Red+Green+Blue) = 35+46+50=131 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.72% from 131); Green value is 46 (18.36% from 255 or 35.11% from 131); Blue value is 50 (19.92% from 255 or 38.17% from 131); Max value from RGB is 50 - color contains mainly: blue. Hex color #232E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232E32 is #DCD1CD. Grayscale: #2B2B2B. Windows color (decimal): -14471630 or 3288611. OLE color: 3288611.

HSL color Cylindrical-coordinate representation of color #232E32: hue angle of 196º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #232E32 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB354650-
CMYK0.300.0800.80
HSL196º17.65%16.67%-
HSV(B)196º30%19.61%-
XYZ2.252.543.39-
YUV43.17131.86122.17-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 26.72%
GREEN value IS 46 (18.36% from 255) = 35.11%
BLUE value IS 50 (19.92% from 255) = 38.17%
R=26.72%
G=35.11%
B=38.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3546500.300.0800.8019617.6516.67
Hex232E321E8050c41211
Octal435662361001203042221
Binary10001110111011001011110100001010000110001001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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