#2B3A3F

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

Shades of Oxford Blue #2B3A3F

Tints of Oxford Blue #2B3A3F

Color information

#2B3A3F (or 0x2B3A3F) is unknown color: approx Oxford Blue. HEX triplet: 2B, 3A and 3F. RGB value is (43,58,63). Sum of RGB (Red+Green+Blue) = 43+58+63=164 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.22% from 164); Green value is 58 (23.05% from 255 or 35.37% from 164); Blue value is 63 (25% from 255 or 38.41% from 164); Max value from RGB is 63 - color contains mainly: blue. Hex color #2B3A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3A3F is #D4C5C0. Grayscale: #363636. Windows color (decimal): -13944257 or 4143659. OLE color: 4143659.

HSL color Cylindrical-coordinate representation of color #2B3A3F: 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.32%. Process color model (Four color, CMYK) of #2B3A3F is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB435863-
CMYK0.320.0800.75
HSL195º18.87%20.78%-
HSV(B)195º31.75%24.71%-
XYZ3.413.95.28-
YUV54.08133.03120.09-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.22%
GREEN value IS 58 (23.05% from 255) = 35.37%
BLUE value IS 63 (25% from 255) = 38.41%
R=26.22%
G=35.37%
B=38.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4358630.320.0800.7519518.8720.78
Hex2B3A3F20804Bc31315
Octal537277401001133032325
Binary101011111010111111100000100001001011110000111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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