#1C323A

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

Shades of Oxford Blue #1C323A

Tints of Oxford Blue #1C323A

Color information

#1C323A (or 0x1C323A) is unknown color: approx Oxford Blue. HEX triplet: 1C, 32 and 3A. RGB value is (28,50,58). Sum of RGB (Red+Green+Blue) = 28+50+58=136 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.59% from 136); Green value is 50 (19.92% from 255 or 36.76% from 136); Blue value is 58 (23.05% from 255 or 42.65% from 136); Max value from RGB is 58 - color contains mainly: blue. Hex color #1C323A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C323A is #E3CDC5. Grayscale: #2C2C2C. Windows color (decimal): -14929350 or 3813916. OLE color: 3813916.

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

Color convert

RGB285058-
CMYK0.520.1400.77
HSL196º34.88%16.86%-
HSV(B)196º51.72%22.75%-
XYZ2.382.834.42-
YUV44.33135.71116.35-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 20.59%
GREEN value IS 50 (19.92% from 255) = 36.76%
BLUE value IS 58 (23.05% from 255) = 42.65%
R=20.59%
G=36.76%
B=42.65%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2850580.520.1400.7719634.8816.86
Hex1C323A34E04Dc42311
Octal346272641601153044321
Binary111001100101110101101001110010011011100010010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C323A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,50,58); }

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

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

 a { background-color: rgb(28,50,58); }

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

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

 span { border-color: rgb(28,50,58); }

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