Html Css Color HEX #273134 Oxford Blue

📋 copy color: '#273134'

red 39 ◦ green 49 ◦ blue 52

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

Shades of Oxford Blue #273134

Tints of Oxford Blue #273134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 37.14%

R = 27.86%
G = 35%
B = 37.14%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#273134 (or 0x273134) is known color: Oxford Blue. HEX triplet: 27, 31 and 34. RGB value is (39,49,52). Sum of RGB (Red+Green+Blue) = 39+49+52=140 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.86% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 52 (20.70% from 255 or 37.14% from 140); Max value from RGB is 52 - color contains mainly: blue. Hex color #273134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273134 is #D8CECB. Grayscale: #2E2E2E. Windows color (decimal): -14208716 or 3420455. OLE color: 3420455.

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

Color convert

RGB 39 49 52 -
CMYK 0.25 0.06 0 0.80
HSL 193.85º 0.14% 0.18% -
HSV(B) 193.85º 0.25% 0.2% -
XYZ 2.55 2.88 3.67 -
YUV 46.35 131.19 122.76 -
System Red Green Blue C M Y K H S L
Decimal 39 49 52 0.25 0.06 0 0.80 193.85 0.14 0.18
Hex 27 31 34 19 6 0 50 C2 E 12
Octal 47 61 64 31 6 0 120 302 16 22
Binary 100111 110001 110100 11001 110 0 1010000 11000010 1110 10010

Color Harmonies of #273134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273134

Black with #273134

Text Example


Text Example

White with #273134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273134; }

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

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

background-color css

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

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

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

border-color css

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

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

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