#1E363E

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

Shades of Oxford Blue #1E363E

Tints of Oxford Blue #1E363E

Color information

#1E363E (or 0x1E363E) is unknown color: approx Oxford Blue. HEX triplet: 1E, 36 and 3E. RGB value is (30,54,62). Sum of RGB (Red+Green+Blue) = 30+54+62=146 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.55% from 146); Green value is 54 (21.48% from 255 or 36.99% from 146); Blue value is 62 (24.61% from 255 or 42.47% from 146); Max value from RGB is 62 - color contains mainly: blue. Hex color #1E363E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E363E is #E1C9C1. Grayscale: #2F2F2F. Windows color (decimal): -14797250 or 4077086. OLE color: 4077086.

HSL color Cylindrical-coordinate representation of color #1E363E: hue angle of 195º degrees, saturation: 0.35, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1E363E is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB305462-
CMYK0.520.1300.76
HSL195º34.78%18.04%-
HSV(B)195º51.61%24.31%-
XYZ2.723.265.04-
YUV47.74136.05115.35-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20.55%
GREEN value IS 54 (21.48% from 255) = 36.99%
BLUE value IS 62 (24.61% from 255) = 42.47%
R=20.55%
G=36.99%
B=42.47%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3054620.520.1300.7619534.7818.04
Hex1E363E34D04Cc32312
Octal366676641501143034322
Binary111101101101111101101001101010011001100001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E363E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,54,62); }

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

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

 a { background-color: rgb(30,54,62); }

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

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

 span { border-color: rgb(30,54,62); }

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