Html Css Color HEX #283336 Oxford Blue

📋 copy color: '#283336'

red 40 ◦ green 51 ◦ blue 54

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

Shades of Oxford Blue #283336

Tints of Oxford Blue #283336

RGB

 RED value IS 40 (16.02% from 255) = 27.59%

 GREEN value IS 51 (20.31% from 255) = 35.17%

 BLUE value IS 54 (21.48% from 255) = 37.24%

R = 27.59%
G = 35.17%
B = 37.24%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#283336 (or 0x283336) is known color: Oxford Blue. HEX triplet: 28, 33 and 36. RGB value is (40,51,54). Sum of RGB (Red+Green+Blue) = 40+51+54=145 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.59% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 54 (21.48% from 255 or 37.24% from 145); Max value from RGB is 54 - color contains mainly: blue. Hex color #283336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283336 is #D7CCC9. Grayscale: #303030. Windows color (decimal): -14142666 or 3552040. OLE color: 3552040.

HSL color Cylindrical-coordinate representation of color #283336: hue angle of 192.86º degrees, saturation: 0.15, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #283336 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 40 51 54 -
CMYK 0.26 0.06 0 0.79
HSL 192.86º 0.15% 0.18% -
HSV(B) 192.86º 0.26% 0.21% -
XYZ 2.72 3.09 3.94 -
YUV 48.05 131.36 122.26 -
System Red Green Blue C M Y K H S L
Decimal 40 51 54 0.26 0.06 0 0.79 192.86 0.15 0.18
Hex 28 33 36 1A 6 0 4F C1 F 12
Octal 50 63 66 32 6 0 117 301 17 22
Binary 101000 110011 110110 11010 110 0 1001111 11000001 1111 10010

Color Harmonies of #283336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283336

Black with #283336

Text Example


Text Example

White with #283336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283336; }

 p { color: rgb(40,51,54); }

 H1.HeaderClassName
 {
   color: #283336;
 }
 .AnyTagClassName
 {
   color: #283336;
 }
</style>

background-color css

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

 a { background-color: rgb(40,51,54); }

 div.DivClassName
 {
   background-color: #283336;
 }
 .BgClassName
 {
   background-color: #283336;
 }
</style>

border-color css

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

 span { border-color: rgb(40,51,54); }

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