#233940

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

Shades of Oxford Blue #233940

Tints of Oxford Blue #233940

Color information

#233940 (or 0x233940) is unknown color: approx Oxford Blue. HEX triplet: 23, 39 and 40. RGB value is (35,57,64). Sum of RGB (Red+Green+Blue) = 35+57+64=156 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.44% from 156); Green value is 57 (22.66% from 255 or 36.54% from 156); Blue value is 64 (25.39% from 255 or 41.03% from 156); Max value from RGB is 64 - color contains mainly: blue. Hex color #233940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233940 is #DCC6BF. Grayscale: #333333. Windows color (decimal): -14468800 or 4208931. OLE color: 4208931.

HSL color Cylindrical-coordinate representation of color #233940: hue angle of 194.48º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #233940 is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB355764-
CMYK0.450.1100.75
HSL194.48º29.29%19.41%-
HSV(B)194.48º45.31%25.1%-
XYZ3.083.655.39-
YUV51.22135.21116.43-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.44%
GREEN value IS 57 (22.66% from 255) = 36.54%
BLUE value IS 64 (25.39% from 255) = 41.03%
R=22.44%
G=36.54%
B=41.03%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3557640.450.1100.75194.4829.2919.41
Hex2339402DB04Bc21d13
Octal4371100551301133023523
Binary1000111110011000000101101101101001011110000101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233940; }

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

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

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

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

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

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

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

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