Html Css Color HEX #283337 Oxford Blue

📋 copy color: '#283337'

red 40 ◦ green 51 ◦ blue 55

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

Shades of Oxford Blue #283337

Tints of Oxford Blue #283337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 37.67%

R = 27.4%
G = 34.93%
B = 37.67%

CMYK

 C value IS 0.27

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#283337 (or 0x283337) is known color: Oxford Blue. HEX triplet: 28, 33 and 37. RGB value is (40,51,55). Sum of RGB (Red+Green+Blue) = 40+51+55=146 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.40% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 55 (21.88% from 255 or 37.67% from 146); Max value from RGB is 55 - color contains mainly: blue. Hex color #283337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283337 is #D7CCC8. Grayscale: #303030. Windows color (decimal): -14142665 or 3617576. OLE color: 3617576.

HSL color Cylindrical-coordinate representation of color #283337: hue angle of 196º degrees, saturation: 0.16, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #283337 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 40 51 55 -
CMYK 0.27 0.07 0 0.78
HSL 196º 0.16% 0.19% -
HSV(B) 196º 0.27% 0.22% -
XYZ 2.75 3.09 4.07 -
YUV 48.17 131.86 122.17 -
System Red Green Blue C M Y K H S L
Decimal 40 51 55 0.27 0.07 0 0.78 196 0.16 0.19
Hex 28 33 37 1B 7 0 4E C4 10 13
Octal 50 63 67 33 7 0 116 304 20 23
Binary 101000 110011 110111 11011 111 0 1001110 11000100 10000 10011

Color Harmonies of #283337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283337

Black with #283337

Text Example


Text Example

White with #283337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283337; }

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

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

background-color css

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

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

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

border-color css

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

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

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