#1F353D

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

Shades of Oxford Blue #1F353D

Tints of Oxford Blue #1F353D

Color information

#1F353D (or 0x1F353D) is unknown color: approx Oxford Blue. HEX triplet: 1F, 35 and 3D. RGB value is (31,53,61). Sum of RGB (Red+Green+Blue) = 31+53+61=145 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.38% from 145); Green value is 53 (21.09% from 255 or 36.55% from 145); Blue value is 61 (24.22% from 255 or 42.07% from 145); Max value from RGB is 61 - color contains mainly: blue. Hex color #1F353D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F353D is #E0CAC2. Grayscale: #2F2F2F. Windows color (decimal): -14731971 or 4011295. OLE color: 4011295.

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

Color convert

RGB315361-
CMYK0.490.1300.76
HSL196º32.61%18.04%-
HSV(B)196º49.18%23.92%-
XYZ2.683.174.89-
YUV47.33135.71116.35-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.38%
GREEN value IS 53 (21.09% from 255) = 36.55%
BLUE value IS 61 (24.22% from 255) = 42.07%
R=21.38%
G=36.55%
B=42.07%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3153610.490.1300.7619632.6118.04
Hex1F353D31D04Cc42112
Octal376575611501143044122
Binary111111101011111011100011101010011001100010010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F353D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,53,61); }

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

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

 a { background-color: rgb(31,53,61); }

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

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

 span { border-color: rgb(31,53,61); }

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