#1C2F34

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

Shades of Oxford Blue #1C2F34

Tints of Oxford Blue #1C2F34

Color information

#1C2F34 (or 0x1C2F34) is unknown color: approx Oxford Blue. HEX triplet: 1C, 2F and 34. RGB value is (28,47,52). Sum of RGB (Red+Green+Blue) = 28+47+52=127 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.05% from 127); Green value is 47 (18.75% from 255 or 37.01% from 127); Blue value is 52 (20.70% from 255 or 40.94% from 127); Max value from RGB is 52 - color contains mainly: blue. Hex color #1C2F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2F34 is #E3D0CB. Grayscale: #292929. Windows color (decimal): -14930124 or 3419932. OLE color: 3419932.

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

Color convert

RGB284752-
CMYK0.460.1000.80
HSL192.5º30%15.69%-
HSV(B)192.5º46.15%20.39%-
XYZ2.122.533.63-
YUV41.89133.71118.09-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 22.05%
GREEN value IS 47 (18.75% from 255) = 37.01%
BLUE value IS 52 (20.70% from 255) = 40.94%
R=22.05%
G=37.01%
B=40.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2847520.460.1000.80192.53015.69
Hex1C2F342EA050c01e10
Octal345764561201203003620
Binary11100101111110100101110101001010000110000001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,47,52); }

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

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

 a { background-color: rgb(28,47,52); }

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

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

 span { border-color: rgb(28,47,52); }

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