#1D343C

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

Shades of Oxford Blue #1D343C

Tints of Oxford Blue #1D343C

Color information

#1D343C (or 0x1D343C) is unknown color: approx Oxford Blue. HEX triplet: 1D, 34 and 3C. RGB value is (29,52,60). Sum of RGB (Red+Green+Blue) = 29+52+60=141 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.57% from 141); Green value is 52 (20.70% from 255 or 36.88% from 141); Blue value is 60 (23.83% from 255 or 42.55% from 141); Max value from RGB is 60 - color contains mainly: blue. Hex color #1D343C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D343C is #E2CBC3. Grayscale: #2D2D2D. Windows color (decimal): -14863300 or 3945501. OLE color: 3945501.

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

Color convert

RGB295260-
CMYK0.520.1300.76
HSL195.48º34.83%17.45%-
HSV(B)195.48º51.67%23.53%-
XYZ2.553.044.73-
YUV46.04135.88115.85-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20.57%
GREEN value IS 52 (20.70% from 255) = 36.88%
BLUE value IS 60 (23.83% from 255) = 42.55%
R=20.57%
G=36.88%
B=42.55%

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
Decimal2952600.520.1300.76195.4834.8317.45
Hex1D343C34D04Cc32311
Octal356474641501143034321
Binary111011101001111001101001101010011001100001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D343C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,52,60); }

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

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

 a { background-color: rgb(29,52,60); }

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

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

 span { border-color: rgb(29,52,60); }

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