#233339

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

Shades of Oxford Blue #233339

Tints of Oxford Blue #233339

Color information

#233339 (or 0x233339) is unknown color: approx Oxford Blue. HEX triplet: 23, 33 and 39. RGB value is (35,51,57). Sum of RGB (Red+Green+Blue) = 35+51+57=143 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.48% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 57 (22.66% from 255 or 39.86% from 143); Max value from RGB is 57 - color contains mainly: blue. Hex color #233339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233339 is #DCCCC6. Grayscale: #2E2E2E. Windows color (decimal): -14470343 or 3748643. OLE color: 3748643.

HSL color Cylindrical-coordinate representation of color #233339: hue angle of 196.36º 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 #233339 is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB355157-
CMYK0.390.1100.78
HSL196.36º23.91%18.04%-
HSV(B)196.36º38.6%22.35%-
XYZ2.623.024.32-
YUV46.9133.7119.51-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.48%
GREEN value IS 51 (20.31% from 255) = 35.66%
BLUE value IS 57 (22.66% from 255) = 39.86%
R=24.48%
G=35.66%
B=39.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3551570.390.1100.78196.3623.9118.04
Hex23333927B04Ec41812
Octal436371471301163043022
Binary100011110011111001100111101101001110110001001100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233339; }

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

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

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

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

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

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

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

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