#233135

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

Shades of Oxford Blue #233135

Tints of Oxford Blue #233135

Color information

#233135 (or 0x233135) is unknown color: approx Oxford Blue. HEX triplet: 23, 31 and 35. RGB value is (35,49,53). Sum of RGB (Red+Green+Blue) = 35+49+53=137 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.55% from 137); Green value is 49 (19.53% from 255 or 35.77% from 137); Blue value is 53 (21.09% from 255 or 38.69% from 137); Max value from RGB is 53 - color contains mainly: blue. Hex color #233135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233135 is #DCCECA. Grayscale: #2D2D2D. Windows color (decimal): -14470859 or 3485987. OLE color: 3485987.

HSL color Cylindrical-coordinate representation of color #233135: hue angle of 193.33º 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 #233135 is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB354953-
CMYK0.340.0800.79
HSL193.33º20.45%17.25%-
HSV(B)193.33º33.96%20.78%-
XYZ2.432.813.78-
YUV45.27132.36120.67-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.55%
GREEN value IS 49 (19.53% from 255) = 35.77%
BLUE value IS 53 (21.09% from 255) = 38.69%
R=25.55%
G=35.77%
B=38.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3549530.340.0800.79193.3320.4517.25
Hex23313522804Fc11411
Octal436165421001173012421
Binary100011110001110101100010100001001111110000011010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233135; }

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

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

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

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

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

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

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

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