#2B3538

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

Shades of Oxford Blue #2B3538

Tints of Oxford Blue #2B3538

Color information

#2B3538 (or 0x2B3538) is unknown color: approx Oxford Blue. HEX triplet: 2B, 35 and 38. RGB value is (43,53,56). Sum of RGB (Red+Green+Blue) = 43+53+56=152 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.29% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 56 (22.27% from 255 or 36.84% from 152); Max value from RGB is 56 - color contains mainly: blue. Hex color #2B3538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3538 is #D4CAC7. Grayscale: #323232. Windows color (decimal): -13945544 or 3683627. OLE color: 3683627.

HSL color Cylindrical-coordinate representation of color #2B3538: hue angle of 193.85º degrees, saturation: 0.13, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #2B3538 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB435356-
CMYK0.230.0500.78
HSL193.85º13.13%19.41%-
HSV(B)193.85º23.21%21.96%-
XYZ2.983.354.23-
YUV50.35131.19122.76-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 28.29%
GREEN value IS 53 (21.09% from 255) = 34.87%
BLUE value IS 56 (22.27% from 255) = 36.84%
R=28.29%
G=34.87%
B=36.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4353560.230.0500.78193.8513.1319.41
Hex2B353817504Ec2d13
Octal53657027501163021523
Binary101011110101111000101111010100111011000010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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