#23383D

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

Shades of Oxford Blue #23383D

Tints of Oxford Blue #23383D

Color information

#23383D (or 0x23383D) is unknown color: approx Oxford Blue. HEX triplet: 23, 38 and 3D. RGB value is (35,56,61). Sum of RGB (Red+Green+Blue) = 35+56+61=152 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.03% from 152); Green value is 56 (22.27% from 255 or 36.84% from 152); Blue value is 61 (24.22% from 255 or 40.13% from 152); Max value from RGB is 61 - color contains mainly: blue. Hex color #23383D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23383D is #DCC7C2. Grayscale: #323232. Windows color (decimal): -14469059 or 4012067. OLE color: 4012067.

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

Color convert

RGB355661-
CMYK0.430.0800.76
HSL191.54º27.08%18.82%-
HSV(B)191.54º42.62%23.92%-
XYZ2.953.524.94-
YUV50.29134.04117.09-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.03%
GREEN value IS 56 (22.27% from 255) = 36.84%
BLUE value IS 61 (24.22% from 255) = 40.13%
R=23.03%
G=36.84%
B=40.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3556610.430.0800.76191.5427.0818.82
Hex23383D2B804Cc01b13
Octal437075531001143003323
Binary100011111000111101101011100001001100110000001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23383D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23383D; }

 p { color: rgb(35,56,61); }

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

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

 a { background-color: rgb(35,56,61); }

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

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

 span { border-color: rgb(35,56,61); }

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