Html Css Color HEX #1F343A Oxford Blue

📋 copy color: '#1F343A'

red 31 ◦ green 52 ◦ blue 58

#1F343A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oxford Blue #1F343A

Tints of Oxford Blue #1F343A

RGB

 RED value IS 31 (12.5% from 255) = 21.99%

 GREEN value IS 52 (20.7% 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 value IS 0.47

 M value IS 0.10

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#1F343A (or 0x1F343A) is known color: 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

RGB 31 52 58 -
CMYK 0.47 0.10 0 0.77
HSL 193.33º 0.3% 0.17% -
HSV(B) 193.33º 0.47% 0.23% -
XYZ 2.56 3.05 4.46 -
YUV 46.41 134.54 117.01 -
System Red Green Blue C M Y K H S L
Decimal 31 52 58 0.47 0.10 0 0.77 193.33 0.3 0.17
Hex 1F 34 3A 2F A 0 4D C1 1E 11
Octal 37 64 72 57 12 0 115 301 36 21
Binary 11111 110100 111010 101111 1010 0 1001101 11000001 11110 10001

Color Harmonies of #1F343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F343A

Black with #1F343A

Text Example


Text Example

White with #1F343A

Text Example


Text Example

HTML Codes & Css Web 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>