Html Css Color HEX #283134 Oxford Blue

📋 copy color: '#283134'

red 40 ◦ green 49 ◦ blue 52

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

Shades of Oxford Blue #283134

Tints of Oxford Blue #283134

RGB

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

 GREEN value IS 49 (19.53% from 255) = 34.75%

 BLUE value IS 52 (20.7% from 255) = 36.88%

R = 28.37%
G = 34.75%
B = 36.88%

CMYK

 C value IS 0.23

 M value IS 0.06

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#283134 (or 0x283134) is known color: Oxford Blue. HEX triplet: 28, 31 and 34. RGB value is (40,49,52). Sum of RGB (Red+Green+Blue) = 40+49+52=141 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.37% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 52 (20.70% from 255 or 36.88% from 141); Max value from RGB is 52 - color contains mainly: blue. Hex color #283134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283134 is #D7CECB. Grayscale: #2E2E2E. Windows color (decimal): -14143180 or 3420456. OLE color: 3420456.

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

Color convert

RGB 40 49 52 -
CMYK 0.23 0.06 0 0.80
HSL 195º 0.13% 0.18% -
HSV(B) 195º 0.23% 0.2% -
XYZ 2.59 2.9 3.67 -
YUV 46.65 131.02 123.26 -
System Red Green Blue C M Y K H S L
Decimal 40 49 52 0.23 0.06 0 0.80 195 0.13 0.18
Hex 28 31 34 17 6 0 50 C3 D 12
Octal 50 61 64 27 6 0 120 303 15 22
Binary 101000 110001 110100 10111 110 0 1010000 11000011 1101 10010

Color Harmonies of #283134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283134

Black with #283134

Text Example


Text Example

White with #283134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283134; }

 p { color: rgb(40,49,52); }

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

background-color css

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

 a { background-color: rgb(40,49,52); }

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

border-color css

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

 span { border-color: rgb(40,49,52); }

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