#1F343A

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

Shades of Oxford Blue #1F343A

Tints of Oxford Blue #1F343A

Color information

#1F343A (or 0x1F343A) is unknown color: approx Oxford Blue. HEX triplet: 1F, 34 and 3A. RGB value is (31,52,58). Sum of RGB (Red+Green+Blue) = 31+52+58=141 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.99% from 141); Green value is 52 (20.70% from 255 or 36.88% from 141); Blue value is 58 (23.05% from 255 or 41.13% from 141); Max value from RGB is 58 - color contains mainly: blue. Hex color #1F343A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F343A is #E0CBC5. Grayscale: #2E2E2E. Windows color (decimal): -14732230 or 3814431. OLE color: 3814431.

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

Color convert

RGB315258-
CMYK0.470.1000.77
HSL193.33º30.34%17.45%-
HSV(B)193.33º46.55%22.75%-
XYZ2.563.054.46-
YUV46.4134.54117.01-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.99%
GREEN value IS 52 (20.70% from 255) = 36.88%
BLUE value IS 58 (23.05% from 255) = 41.13%
R=21.99%
G=36.88%
B=41.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3152580.470.1000.77193.3330.3417.45
Hex1F343A2FA04Dc11e11
Octal376472571201153013621
Binary11111110100111010101111101001001101110000011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,52,58); }

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

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

 a { background-color: rgb(31,52,58); }

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

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

 span { border-color: rgb(31,52,58); }

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