#1E323A

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

Shades of Oxford Blue #1E323A

Tints of Oxford Blue #1E323A

Color information

#1E323A (or 0x1E323A) is unknown color: approx Oxford Blue. HEX triplet: 1E, 32 and 3A. RGB value is (30,50,58). Sum of RGB (Red+Green+Blue) = 30+50+58=138 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.74% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 58 (23.05% from 255 or 42.03% from 138); Max value from RGB is 58 - color contains mainly: blue. Hex color #1E323A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E323A is #E1CDC5. Grayscale: #2C2C2C. Windows color (decimal): -14798278 or 3813918. OLE color: 3813918.

HSL color Cylindrical-coordinate representation of color #1E323A: hue angle of 197.14º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1E323A is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB305058-
CMYK0.480.1400.77
HSL197.14º31.82%17.25%-
HSV(B)197.14º48.28%22.75%-
XYZ2.442.864.43-
YUV44.93135.37117.35-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 21.74%
GREEN value IS 50 (19.92% from 255) = 36.23%
BLUE value IS 58 (23.05% from 255) = 42.03%
R=21.74%
G=36.23%
B=42.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3050580.480.1400.77197.1431.8217.25
Hex1E323A30E04Dc52011
Octal366272601601153054021
Binary111101100101110101100001110010011011100010110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E323A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E323A; }

 p { color: rgb(30,50,58); }

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

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

 a { background-color: rgb(30,50,58); }

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

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

 span { border-color: rgb(30,50,58); }

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