Html Css Color HEX #283338 Oxford Blue

📋 copy color: '#283338'

red 40 ◦ green 51 ◦ blue 56

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

Shades of Oxford Blue #283338

Tints of Oxford Blue #283338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 38.1%

R = 27.21%
G = 34.69%
B = 38.1%

CMYK

 C value IS 0.29

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#283338 (or 0x283338) is known color: Oxford Blue. HEX triplet: 28, 33 and 38. RGB value is (40,51,56). Sum of RGB (Red+Green+Blue) = 40+51+56=147 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.21% from 147); Green value is 51 (20.31% from 255 or 34.69% from 147); Blue value is 56 (22.27% from 255 or 38.10% from 147); Max value from RGB is 56 - color contains mainly: blue. Hex color #283338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283338 is #D7CCC7. Grayscale: #303030. Windows color (decimal): -14142664 or 3683112. OLE color: 3683112.

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

Color convert

RGB 40 51 56 -
CMYK 0.29 0.09 0 0.78
HSL 198.75º 0.17% 0.19% -
HSV(B) 198.75º 0.29% 0.22% -
XYZ 2.77 3.1 4.19 -
YUV 48.28 132.36 122.09 -
System Red Green Blue C M Y K H S L
Decimal 40 51 56 0.29 0.09 0 0.78 198.75 0.17 0.19
Hex 28 33 38 1D 9 0 4E C7 11 13
Octal 50 63 70 35 11 0 116 307 21 23
Binary 101000 110011 111000 11101 1001 0 1001110 11000111 10001 10011

Color Harmonies of #283338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283338

Black with #283338

Text Example


Text Example

White with #283338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283338; }

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

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

background-color css

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

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

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

border-color css

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

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

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