#23373C

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

Shades of Oxford Blue #23373C

Tints of Oxford Blue #23373C

Color information

#23373C (or 0x23373C) is unknown color: approx Oxford Blue. HEX triplet: 23, 37 and 3C. RGB value is (35,55,60). Sum of RGB (Red+Green+Blue) = 35+55+60=150 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.33% from 150); Green value is 55 (21.88% from 255 or 36.67% from 150); Blue value is 60 (23.83% from 255 or 40% from 150); Max value from RGB is 60 - color contains mainly: blue. Hex color #23373C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23373C is #DCC8C3. Grayscale: #313131. Windows color (decimal): -14469316 or 3946275. OLE color: 3946275.

HSL color Cylindrical-coordinate representation of color #23373C: hue angle of 192º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #23373C is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB355560-
CMYK0.420.0800.76
HSL192º26.32%18.63%-
HSV(B)192º41.67%23.53%-
XYZ2.873.424.78-
YUV49.59133.87117.59-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.33%
GREEN value IS 55 (21.88% from 255) = 36.67%
BLUE value IS 60 (23.83% from 255) = 40%
R=23.33%
G=36.67%
B=40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3555600.420.0800.7619226.3218.63
Hex23373C2A804Cc01a13
Octal436774521001143003223
Binary100011110111111100101010100001001100110000001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23373C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23373C; }

 p { color: rgb(35,55,60); }

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

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

 a { background-color: rgb(35,55,60); }

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

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

 span { border-color: rgb(35,55,60); }

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