Html Css Color HEX #283439 Oxford Blue

📋 copy color: '#283439'

red 40 ◦ green 52 ◦ blue 57

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

Shades of Oxford Blue #283439

Tints of Oxford Blue #283439

RGB

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

 GREEN value IS 52 (20.7% from 255) = 34.9%

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

R = 26.85%
G = 34.9%
B = 38.26%

CMYK

 C value IS 0.30

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#283439 (or 0x283439) is known color: Oxford Blue. HEX triplet: 28, 34 and 39. RGB value is (40,52,57). Sum of RGB (Red+Green+Blue) = 40+52+57=149 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.85% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 57 (22.66% from 255 or 38.26% from 149); Max value from RGB is 57 - color contains mainly: blue. Hex color #283439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283439 is #D7CBC6. Grayscale: #303030. Windows color (decimal): -14142407 or 3748904. OLE color: 3748904.

HSL color Cylindrical-coordinate representation of color #283439: hue angle of 197.65º 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 #283439 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 40 52 57 -
CMYK 0.30 0.09 0 0.78
HSL 197.65º 0.18% 0.19% -
HSV(B) 197.65º 0.3% 0.22% -
XYZ 2.84 3.2 4.34 -
YUV 48.98 132.52 121.59 -
System Red Green Blue C M Y K H S L
Decimal 40 52 57 0.30 0.09 0 0.78 197.65 0.18 0.19
Hex 28 34 39 1E 9 0 4E C6 12 13
Octal 50 64 71 36 11 0 116 306 22 23
Binary 101000 110100 111001 11110 1001 0 1001110 11000110 10010 10011

Color Harmonies of #283439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283439

Black with #283439

Text Example


Text Example

White with #283439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283439; }

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

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

background-color css

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

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

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

border-color css

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

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

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