#2B3A40

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

Shades of Oxford Blue #2B3A40

Tints of Oxford Blue #2B3A40

Color information

#2B3A40 (or 0x2B3A40) is unknown color: approx Oxford Blue. HEX triplet: 2B, 3A and 40. RGB value is (43,58,64). Sum of RGB (Red+Green+Blue) = 43+58+64=165 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.06% from 165); Green value is 58 (23.05% from 255 or 35.15% from 165); Blue value is 64 (25.39% from 255 or 38.79% from 165); Max value from RGB is 64 - color contains mainly: blue. Hex color #2B3A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3A40 is #D4C5BF. Grayscale: #363636. Windows color (decimal): -13944256 or 4209195. OLE color: 4209195.

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

Color convert

RGB435864-
CMYK0.330.0900.75
HSL197.14º19.63%20.98%-
HSV(B)197.14º32.81%25.1%-
XYZ3.433.915.42-
YUV54.2133.53120.01-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.06%
GREEN value IS 58 (23.05% from 255) = 35.15%
BLUE value IS 64 (25.39% from 255) = 38.79%
R=26.06%
G=35.15%
B=38.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4358640.330.0900.75197.1419.6320.98
Hex2B3A4021904Bc51415
Octal5372100411101133052425
Binary1010111110101000000100001100101001011110001011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,58,64); }

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

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

 a { background-color: rgb(43,58,64); }

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

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

 span { border-color: rgb(43,58,64); }

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