#1D3036

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

Shades of Oxford Blue #1D3036

Tints of Oxford Blue #1D3036

Color information

#1D3036 (or 0x1D3036) is unknown color: approx Oxford Blue. HEX triplet: 1D, 30 and 36. RGB value is (29,48,54). Sum of RGB (Red+Green+Blue) = 29+48+54=131 (17% of max value = 765). Red value is 29 (11.72% from 255 or 22.14% from 131); Green value is 48 (19.14% from 255 or 36.64% from 131); Blue value is 54 (21.48% from 255 or 41.22% from 131); Max value from RGB is 54 - color contains mainly: blue. Hex color #1D3036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3036 is #E2CFC9. Grayscale: #2A2A2A. Windows color (decimal): -14864330 or 3551261. OLE color: 3551261.

HSL color Cylindrical-coordinate representation of color #1D3036: hue angle of 194.4º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1D3036 is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB294854-
CMYK0.460.1100.79
HSL194.4º30.12%16.27%-
HSV(B)194.4º46.3%21.18%-
XYZ2.232.643.88-
YUV43134.21118.01-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 22.14%
GREEN value IS 48 (19.14% from 255) = 36.64%
BLUE value IS 54 (21.48% from 255) = 41.22%
R=22.14%
G=36.64%
B=41.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2948540.460.1100.79194.430.1216.27
Hex1D30362EB04Fc21e10
Octal356066561301173023620
Binary11101110000110110101110101101001111110000101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,48,54); }

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

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

 a { background-color: rgb(29,48,54); }

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

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

 span { border-color: rgb(29,48,54); }

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