Html Css Color HEX #283940 Oxford Blue

📋 copy color: '#283940'

red 40 ◦ green 57 ◦ blue 64

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

Shades of Oxford Blue #283940

Tints of Oxford Blue #283940

RGB

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

 GREEN value IS 57 (22.66% from 255) = 35.4%

 BLUE value IS 64 (25.39% from 255) = 39.75%

R = 24.84%
G = 35.4%
B = 39.75%

CMYK

 C value IS 0.38

 M value IS 0.11

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#283940 (or 0x283940) is known color: Oxford Blue. HEX triplet: 28, 39 and 40. RGB value is (40,57,64). Sum of RGB (Red+Green+Blue) = 40+57+64=161 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.84% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 64 (25.39% from 255 or 39.75% from 161); Max value from RGB is 64 - color contains mainly: blue. Hex color #283940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283940 is #D7C6BF. Grayscale: #343434. Windows color (decimal): -14141120 or 4208936. OLE color: 4208936.

HSL color Cylindrical-coordinate representation of color #283940: hue angle of 197.5º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #283940 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 40 57 64 -
CMYK 0.38 0.11 0 0.75
HSL 197.5º 0.23% 0.2% -
HSV(B) 197.5º 0.38% 0.25% -
XYZ 3.26 3.75 5.4 -
YUV 52.72 134.37 118.93 -
System Red Green Blue C M Y K H S L
Decimal 40 57 64 0.38 0.11 0 0.75 197.5 0.23 0.2
Hex 28 39 40 26 B 0 4B C6 17 14
Octal 50 71 100 46 13 0 113 306 27 24
Binary 101000 111001 1000000 100110 1011 0 1001011 11000110 10111 10100

Color Harmonies of #283940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283940

Black with #283940

Text Example


Text Example

White with #283940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283940; }

 p { color: rgb(40,57,64); }

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

background-color css

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

 a { background-color: rgb(40,57,64); }

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

border-color css

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

 span { border-color: rgb(40,57,64); }

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