#23343A

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

Shades of Oxford Blue #23343A

Tints of Oxford Blue #23343A

Color information

#23343A (or 0x23343A) is unknown color: approx Oxford Blue. HEX triplet: 23, 34 and 3A. RGB value is (35,52,58). Sum of RGB (Red+Green+Blue) = 35+52+58=145 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.14% from 145); Green value is 52 (20.70% from 255 or 35.86% from 145); Blue value is 58 (23.05% from 255 or 40% from 145); Max value from RGB is 58 - color contains mainly: blue. Hex color #23343A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23343A is #DCCBC5. Grayscale: #2F2F2F. Windows color (decimal): -14470086 or 3814435. OLE color: 3814435.

HSL color Cylindrical-coordinate representation of color #23343A: hue angle of 195.65º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #23343A is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB355258-
CMYK0.400.1000.77
HSL195.65º24.73%18.24%-
HSV(B)195.65º39.66%22.75%-
XYZ2.683.124.46-
YUV47.6133.87119.01-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.14%
GREEN value IS 52 (20.70% from 255) = 35.86%
BLUE value IS 58 (23.05% from 255) = 40%
R=24.14%
G=35.86%
B=40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3552580.400.1000.77195.6524.7318.24
Hex23343A28A04Dc41912
Octal436472501201153043122
Binary100011110100111010101000101001001101110001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23343A; }

 p { color: rgb(35,52,58); }

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

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

 a { background-color: rgb(35,52,58); }

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

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

 span { border-color: rgb(35,52,58); }

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