Html Css Color HEX #273337 Oxford Blue

📋 copy color: '#273337'

red 39 ◦ green 51 ◦ blue 55

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

Shades of Oxford Blue #273337

Tints of Oxford Blue #273337

RGB

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

 GREEN value IS 51 (20.31% from 255) = 35.17%

 BLUE value IS 55 (21.88% from 255) = 37.93%

R = 26.9%
G = 35.17%
B = 37.93%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#273337 (or 0x273337) is known color: Oxford Blue. HEX triplet: 27, 33 and 37. RGB value is (39,51,55). Sum of RGB (Red+Green+Blue) = 39+51+55=145 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.90% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 55 (21.88% from 255 or 37.93% from 145); Max value from RGB is 55 - color contains mainly: blue. Hex color #273337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273337 is #D8CCC8. Grayscale: #2F2F2F. Windows color (decimal): -14208201 or 3617575. OLE color: 3617575.

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

Color convert

RGB 39 51 55 -
CMYK 0.29 0.07 0 0.78
HSL 195º 0.17% 0.18% -
HSV(B) 195º 0.29% 0.22% -
XYZ 2.71 3.07 4.07 -
YUV 47.87 132.02 121.67 -
System Red Green Blue C M Y K H S L
Decimal 39 51 55 0.29 0.07 0 0.78 195 0.17 0.18
Hex 27 33 37 1D 7 0 4E C3 11 12
Octal 47 63 67 35 7 0 116 303 21 22
Binary 100111 110011 110111 11101 111 0 1001110 11000011 10001 10010

Color Harmonies of #273337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273337

Black with #273337

Text Example


Text Example

White with #273337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273337; }

 p { color: rgb(39,51,55); }

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

background-color css

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

 a { background-color: rgb(39,51,55); }

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

border-color css

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

 span { border-color: rgb(39,51,55); }

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