Html Css Color HEX #2B383C Oxford Blue

📋 copy color: '#2B383C'

red 43 ◦ green 56 ◦ blue 60

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

Shades of Oxford Blue #2B383C

Tints of Oxford Blue #2B383C

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

 M value IS 0.07

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

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

RGB 43 56 60 -
CMYK 0.28 0.07 0 0.76
HSL 194.12º 0.17% 0.2% -
HSV(B) 194.12º 0.28% 0.24% -
XYZ 3.23 3.67 4.81 -
YUV 52.57 132.19 121.17 -
System Red Green Blue C M Y K H S L
Decimal 43 56 60 0.28 0.07 0 0.76 194.12 0.17 0.2
Hex 2B 38 3C 1C 7 0 4C C2 11 14
Octal 53 70 74 34 7 0 114 302 21 24
Binary 101011 111000 111100 11100 111 0 1001100 11000010 10001 10100

Color Harmonies of #2B383C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B383C

Black with #2B383C

Text Example


Text Example

White with #2B383C

Text Example


Text Example

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