Html Css Color HEX #273539 Oxford Blue

📋 copy color: '#273539'

red 39 ◦ green 53 ◦ blue 57

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

Shades of Oxford Blue #273539

Tints of Oxford Blue #273539

RGB

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

 GREEN value IS 53 (21.09% from 255) = 35.57%

 BLUE value IS 57 (22.66% from 255) = 38.26%

R = 26.17%
G = 35.57%
B = 38.26%

CMYK

 C value IS 0.32

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#273539 (or 0x273539) is known color: Oxford Blue. HEX triplet: 27, 35 and 39. RGB value is (39,53,57). Sum of RGB (Red+Green+Blue) = 39+53+57=149 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.17% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 57 (22.66% from 255 or 38.26% from 149); Max value from RGB is 57 - color contains mainly: blue. Hex color #273539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273539 is #D8CAC6. Grayscale: #313131. Windows color (decimal): -14207687 or 3749159. OLE color: 3749159.

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

Color convert

RGB 39 53 57 -
CMYK 0.32 0.07 0 0.78
HSL 193.33º 0.19% 0.19% -
HSV(B) 193.33º 0.32% 0.22% -
XYZ 2.85 3.27 4.35 -
YUV 49.27 132.36 120.67 -
System Red Green Blue C M Y K H S L
Decimal 39 53 57 0.32 0.07 0 0.78 193.33 0.19 0.19
Hex 27 35 39 20 7 0 4E C1 13 13
Octal 47 65 71 40 7 0 116 301 23 23
Binary 100111 110101 111001 100000 111 0 1001110 11000001 10011 10011

Color Harmonies of #273539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273539

Black with #273539

Text Example


Text Example

White with #273539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273539; }

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

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

background-color css

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

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

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

border-color css

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

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

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