Html Css Color HEX #2B3538 Oxford Blue

📋 copy color: '#2B3538'

red 43 ◦ green 53 ◦ blue 56

#2B3538
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oxford Blue #2B3538

Tints of Oxford Blue #2B3538

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 value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2B3538 (or 0x2B3538) is known color: 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

RGB 43 53 56 -
CMYK 0.23 0.05 0 0.78
HSL 193.85º 0.13% 0.19% -
HSV(B) 193.85º 0.23% 0.22% -
XYZ 2.98 3.35 4.23 -
YUV 50.35 131.19 122.76 -
System Red Green Blue C M Y K H S L
Decimal 43 53 56 0.23 0.05 0 0.78 193.85 0.13 0.19
Hex 2B 35 38 17 5 0 4E C2 D 13
Octal 53 65 70 27 5 0 116 302 15 23
Binary 101011 110101 111000 10111 101 0 1001110 11000010 1101 10011

Color Harmonies of #2B3538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3538

Black with #2B3538

Text Example


Text Example

White with #2B3538

Text Example


Text Example

HTML Codes & Css Web 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>