Html Css Color HEX #273135 Oxford Blue

📋 copy color: '#273135'

red 39 ◦ green 49 ◦ blue 53

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

Shades of Oxford Blue #273135

Tints of Oxford Blue #273135

RGB

 RED value IS 39 (15.63% from 255) = 27.66%

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

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

R = 27.66%
G = 34.75%
B = 37.59%

CMYK

 C value IS 0.26

 M value IS 0.08

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#273135 (or 0x273135) is known color: Oxford Blue. HEX triplet: 27, 31 and 35. RGB value is (39,49,53). Sum of RGB (Red+Green+Blue) = 39+49+53=141 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.66% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 53 (21.09% from 255 or 37.59% from 141); Max value from RGB is 53 - color contains mainly: blue. Hex color #273135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273135 is #D8CECA. Grayscale: #2E2E2E. Windows color (decimal): -14208715 or 3485991. OLE color: 3485991.

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

Color convert

RGB 39 49 53 -
CMYK 0.26 0.08 0 0.79
HSL 197.14º 0.15% 0.18% -
HSV(B) 197.14º 0.26% 0.21% -
XYZ 2.58 2.89 3.79 -
YUV 46.47 131.69 122.67 -
System Red Green Blue C M Y K H S L
Decimal 39 49 53 0.26 0.08 0 0.79 197.14 0.15 0.18
Hex 27 31 35 1A 8 0 4F C5 F 12
Octal 47 61 65 32 10 0 117 305 17 22
Binary 100111 110001 110101 11010 1000 0 1001111 11000101 1111 10010

Color Harmonies of #273135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273135

Black with #273135

Text Example


Text Example

White with #273135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273135; }

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

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

background-color css

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

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

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

border-color css

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

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

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