#233539

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

Shades of Oxford Blue #233539

Tints of Oxford Blue #233539

Color information

#233539 (or 0x233539) is unknown color: approx Oxford Blue. HEX triplet: 23, 35 and 39. RGB value is (35,53,57). Sum of RGB (Red+Green+Blue) = 35+53+57=145 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.14% from 145); Green value is 53 (21.09% from 255 or 36.55% from 145); Blue value is 57 (22.66% from 255 or 39.31% from 145); Max value from RGB is 57 - color contains mainly: blue. Hex color #233539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233539 is #DCCAC6. Grayscale: #303030. Windows color (decimal): -14469831 or 3749155. OLE color: 3749155.

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

Color convert

RGB355357-
CMYK0.390.0700.78
HSL190.91º23.91%18.04%-
HSV(B)190.91º38.6%22.35%-
XYZ2.73.24.35-
YUV48.07133.04118.67-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.14%
GREEN value IS 53 (21.09% from 255) = 36.55%
BLUE value IS 57 (22.66% from 255) = 39.31%
R=24.14%
G=36.55%
B=39.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3553570.390.0700.78190.9123.9118.04
Hex23353927704Ebf1812
Octal43657147701162773022
Binary10001111010111100110011111101001110101111111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233539; }

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

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

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

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

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

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

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

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