#2B383C

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

Shades of Oxford Blue #2B383C

Tints of Oxford Blue #2B383C

Color information

#2B383C (or 0x2B383C) is unknown color: approx Oxford Blue. HEX triplet: 2B, 38 and 3C. RGB value is (43,56,60). Sum of RGB (Red+Green+Blue) = 43+56+60=159 (21% of max value = 765). Red value is 43 (17.19% from 255 or 27.04% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 60 (23.83% from 255 or 37.74% from 159); Max value from RGB is 60 - color contains mainly: blue. Hex color #2B383C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B383C is #D4C7C3. Grayscale: #343434. Windows color (decimal): -13944772 or 3946539. OLE color: 3946539.

HSL color Cylindrical-coordinate representation of color #2B383C: hue angle of 194.12º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2B383C is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB435660-
CMYK0.280.0700.76
HSL194.12º16.5%20.2%-
HSV(B)194.12º28.33%23.53%-
XYZ3.233.674.81-
YUV52.57132.19121.17-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.04%
GREEN value IS 56 (22.27% from 255) = 35.22%
BLUE value IS 60 (23.83% from 255) = 37.74%
R=27.04%
G=35.22%
B=37.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4356600.280.0700.76194.1216.520.2
Hex2B383C1C704Cc21114
Octal53707434701143022124
Binary1010111110001111001110011101001100110000101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B383C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,56,60); }

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

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

 a { background-color: rgb(43,56,60); }

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

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

 span { border-color: rgb(43,56,60); }

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