#23353C

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

Shades of Oxford Blue #23353C

Tints of Oxford Blue #23353C

Color information

#23353C (or 0x23353C) is unknown color: approx Oxford Blue. HEX triplet: 23, 35 and 3C. RGB value is (35,53,60). Sum of RGB (Red+Green+Blue) = 35+53+60=148 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.65% from 148); Green value is 53 (21.09% from 255 or 35.81% from 148); Blue value is 60 (23.83% from 255 or 40.54% from 148); Max value from RGB is 60 - color contains mainly: blue. Hex color #23353C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23353C is #DCCAC3. Grayscale: #303030. Windows color (decimal): -14469828 or 3945763. OLE color: 3945763.

HSL color Cylindrical-coordinate representation of color #23353C: hue angle of 196.8º 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 #23353C is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB355360-
CMYK0.420.1200.76
HSL196.8º26.32%18.63%-
HSV(B)196.8º41.67%23.53%-
XYZ2.783.234.75-
YUV48.42134.54118.43-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.65%
GREEN value IS 53 (21.09% from 255) = 35.81%
BLUE value IS 60 (23.83% from 255) = 40.54%
R=23.65%
G=35.81%
B=40.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3553600.420.1200.76196.826.3218.63
Hex23353C2AC04Cc51a13
Octal436574521401143053223
Binary100011110101111100101010110001001100110001011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23353C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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