Html Css Color HEX #283032 Oxford Blue

📋 copy color: '#283032'

red 40 ◦ green 48 ◦ blue 50

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

Shades of Oxford Blue #283032

Tints of Oxford Blue #283032

RGB

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

 GREEN value IS 48 (19.14% from 255) = 34.78%

 BLUE value IS 50 (19.92% from 255) = 36.23%

R = 28.99%
G = 34.78%
B = 36.23%

CMYK

 C value IS 0.20

 M value IS 0.04

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#283032 (or 0x283032) is known color: Oxford Blue. HEX triplet: 28, 30 and 32. RGB value is (40,48,50). Sum of RGB (Red+Green+Blue) = 40+48+50=138 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.99% from 138); Green value is 48 (19.14% from 255 or 34.78% from 138); Blue value is 50 (19.92% from 255 or 36.23% from 138); Max value from RGB is 50 - color contains mainly: blue. Hex color #283032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283032 is #D7CFCD. Grayscale: #2D2D2D. Windows color (decimal): -14143438 or 3289128. OLE color: 3289128.

HSL color Cylindrical-coordinate representation of color #283032: hue angle of 192º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #283032 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 40 48 50 -
CMYK 0.20 0.04 0 0.80
HSL 192º 0.11% 0.18% -
HSV(B) 192º 0.2% 0.2% -
XYZ 2.51 2.8 3.42 -
YUV 45.84 130.35 123.84 -
System Red Green Blue C M Y K H S L
Decimal 40 48 50 0.20 0.04 0 0.80 192 0.11 0.18
Hex 28 30 32 14 4 0 50 C0 B 12
Octal 50 60 62 24 4 0 120 300 13 22
Binary 101000 110000 110010 10100 100 0 1010000 11000000 1011 10010

Color Harmonies of #283032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283032

Black with #283032

Text Example


Text Example

White with #283032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283032; }

 p { color: rgb(40,48,50); }

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

background-color css

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

 a { background-color: rgb(40,48,50); }

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

border-color css

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

 span { border-color: rgb(40,48,50); }

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