#2C3B40

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

Shades of Oxford Blue #2C3B40

Tints of Oxford Blue #2C3B40

Color information

#2C3B40 (or 0x2C3B40) is unknown color: approx Oxford Blue. HEX triplet: 2C, 3B and 40. RGB value is (44,59,64). Sum of RGB (Red+Green+Blue) = 44+59+64=167 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.35% from 167); Green value is 59 (23.44% from 255 or 35.33% from 167); Blue value is 64 (25.39% from 255 or 38.32% from 167); Max value from RGB is 64 - color contains mainly: blue. Hex color #2C3B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3B40 is #D3C4BF. Grayscale: #373737. Windows color (decimal): -13878464 or 4209452. OLE color: 4209452.

HSL color Cylindrical-coordinate representation of color #2C3B40: hue angle of 195º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2C3B40 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB445964-
CMYK0.310.0800.75
HSL195º18.52%21.18%-
HSV(B)195º31.25%25.1%-
XYZ3.534.035.44-
YUV55.08133.03120.09-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.35%
GREEN value IS 59 (23.44% from 255) = 35.33%
BLUE value IS 64 (25.39% from 255) = 38.32%
R=26.35%
G=35.33%
B=38.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4459640.310.0800.7519518.5221.18
Hex2C3B401F804Bc31315
Octal5473100371001133032325
Binary101100111011100000011111100001001011110000111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C3B40; }

 p { color: rgb(44,59,64); }

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

<style>
 a { background-color: #2C3B40; }

 a { background-color: rgb(44,59,64); }

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

<style>
 span { border-color: #2C3B40; }

 span { border-color: rgb(44,59,64); }

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