Html Css Color HEX #283033 Oxford Blue

📋 copy color: '#283033'

red 40 ◦ green 48 ◦ blue 51

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

Shades of Oxford Blue #283033

Tints of Oxford Blue #283033

RGB

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

 GREEN value IS 48 (19.14% from 255) = 34.53%

 BLUE value IS 51 (20.31% from 255) = 36.69%

R = 28.78%
G = 34.53%
B = 36.69%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#283033 (or 0x283033) is known color: Oxford Blue. HEX triplet: 28, 30 and 33. RGB value is (40,48,51). Sum of RGB (Red+Green+Blue) = 40+48+51=139 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.78% from 139); Green value is 48 (19.14% from 255 or 34.53% from 139); Blue value is 51 (20.31% from 255 or 36.69% from 139); Max value from RGB is 51 - color contains mainly: blue. Hex color #283033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283033 is #D7CFCC. Grayscale: #2D2D2D. Windows color (decimal): -14143437 or 3354664. OLE color: 3354664.

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

Color convert

RGB 40 48 51 -
CMYK 0.22 0.06 0 0.8
HSL 196.36º 0.12% 0.18% -
HSV(B) 196.36º 0.22% 0.2% -
XYZ 2.53 2.8 3.54 -
YUV 45.95 130.85 123.76 -
System Red Green Blue C M Y K H S L
Decimal 40 48 51 0.22 0.06 0 0.8 196.36 0.12 0.18
Hex 28 30 33 16 6 0 50 C4 C 12
Octal 50 60 63 26 6 0 120 304 14 22
Binary 101000 110000 110011 10110 110 0 1010000 11000100 1100 10010

Color Harmonies of #283033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283033

Black with #283033

Text Example


Text Example

White with #283033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283033; }

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

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

background-color css

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

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

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

border-color css

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

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

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