Html Css Color HEX #283135 Oxford Blue

📋 copy color: '#283135'

red 40 ◦ green 49 ◦ blue 53

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

Shades of Oxford Blue #283135

Tints of Oxford Blue #283135

RGB

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

 GREEN value IS 49 (19.53% from 255) = 34.51%

 BLUE value IS 53 (21.09% from 255) = 37.32%

R = 28.17%
G = 34.51%
B = 37.32%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#283135 (or 0x283135) is known color: Oxford Blue. HEX triplet: 28, 31 and 35. RGB value is (40,49,53). Sum of RGB (Red+Green+Blue) = 40+49+53=142 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.17% from 142); Green value is 49 (19.53% from 255 or 34.51% from 142); Blue value is 53 (21.09% from 255 or 37.32% from 142); Max value from RGB is 53 - color contains mainly: blue. Hex color #283135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283135 is #D7CECA. Grayscale: #2E2E2E. Windows color (decimal): -14143179 or 3485992. OLE color: 3485992.

HSL color Cylindrical-coordinate representation of color #283135: hue angle of 198.46º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #283135 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 40 49 53 -
CMYK 0.25 0.08 0 0.79
HSL 198.46º 0.14% 0.18% -
HSV(B) 198.46º 0.25% 0.21% -
XYZ 2.62 2.9 3.79 -
YUV 46.77 131.52 123.17 -
System Red Green Blue C M Y K H S L
Decimal 40 49 53 0.25 0.08 0 0.79 198.46 0.14 0.18
Hex 28 31 35 19 8 0 4F C6 E 12
Octal 50 61 65 31 10 0 117 306 16 22
Binary 101000 110001 110101 11001 1000 0 1001111 11000110 1110 10010

Color Harmonies of #283135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283135

Black with #283135

Text Example


Text Example

White with #283135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283135; }

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

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

background-color css

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

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

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

border-color css

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

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

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