Html Css Color HEX #283539 Oxford Blue

📋 copy color: '#283539'

red 40 ◦ green 53 ◦ blue 57

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

Shades of Oxford Blue #283539

Tints of Oxford Blue #283539

RGB

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

 GREEN value IS 53 (21.09% from 255) = 35.33%

 BLUE value IS 57 (22.66% from 255) = 38%

R = 26.67%
G = 35.33%
B = 38%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#283539 (or 0x283539) is known color: Oxford Blue. HEX triplet: 28, 35 and 39. RGB value is (40,53,57). Sum of RGB (Red+Green+Blue) = 40+53+57=150 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.67% from 150); Green value is 53 (21.09% from 255 or 35.33% from 150); Blue value is 57 (22.66% from 255 or 38% from 150); Max value from RGB is 57 - color contains mainly: blue. Hex color #283539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283539 is #D7CAC6. Grayscale: #313131. Windows color (decimal): -14142151 or 3749160. OLE color: 3749160.

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

Color convert

RGB 40 53 57 -
CMYK 0.30 0.07 0 0.78
HSL 194.12º 0.18% 0.19% -
HSV(B) 194.12º 0.3% 0.22% -
XYZ 2.89 3.29 4.35 -
YUV 49.57 132.19 121.17 -
System Red Green Blue C M Y K H S L
Decimal 40 53 57 0.30 0.07 0 0.78 194.12 0.18 0.19
Hex 28 35 39 1E 7 0 4E C2 12 13
Octal 50 65 71 36 7 0 116 302 22 23
Binary 101000 110101 111001 11110 111 0 1001110 11000010 10010 10011

Color Harmonies of #283539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283539

Black with #283539

Text Example


Text Example

White with #283539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283539; }

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

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

background-color css

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

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

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

border-color css

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

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

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