Html Css Color HEX #273034 Oxford Blue

📋 copy color: '#273034'

red 39 ◦ green 48 ◦ blue 52

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

Shades of Oxford Blue #273034

Tints of Oxford Blue #273034

RGB

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

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

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

R = 28.06%
G = 34.53%
B = 37.41%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#273034 (or 0x273034) is known color: Oxford Blue. HEX triplet: 27, 30 and 34. RGB value is (39,48,52). Sum of RGB (Red+Green+Blue) = 39+48+52=139 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.06% from 139); Green value is 48 (19.14% from 255 or 34.53% from 139); Blue value is 52 (20.70% from 255 or 37.41% from 139); Max value from RGB is 52 - color contains mainly: blue. Hex color #273034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273034 is #D8CFCB. Grayscale: #2D2D2D. Windows color (decimal): -14208972 or 3420199. OLE color: 3420199.

HSL color Cylindrical-coordinate representation of color #273034: hue angle of 198.46º 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 #273034 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 39 48 52 -
CMYK 0.25 0.08 0 0.80
HSL 198.46º 0.14% 0.18% -
HSV(B) 198.46º 0.25% 0.2% -
XYZ 2.51 2.79 3.66 -
YUV 45.77 131.52 123.17 -
System Red Green Blue C M Y K H S L
Decimal 39 48 52 0.25 0.08 0 0.80 198.46 0.14 0.18
Hex 27 30 34 19 8 0 50 C6 E 12
Octal 47 60 64 31 10 0 120 306 16 22
Binary 100111 110000 110100 11001 1000 0 1010000 11000110 1110 10010

Color Harmonies of #273034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273034

Black with #273034

Text Example


Text Example

White with #273034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273034; }

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

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

background-color css

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

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

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

border-color css

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

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

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