Html Css Color HEX #273236 Oxford Blue

📋 copy color: '#273236'

red 39 ◦ green 50 ◦ blue 54

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

Shades of Oxford Blue #273236

Tints of Oxford Blue #273236

RGB

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

 GREEN value IS 50 (19.92% from 255) = 34.97%

 BLUE value IS 54 (21.48% from 255) = 37.76%

R = 27.27%
G = 34.97%
B = 37.76%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#273236 (or 0x273236) is known color: Oxford Blue. HEX triplet: 27, 32 and 36. RGB value is (39,50,54). Sum of RGB (Red+Green+Blue) = 39+50+54=143 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.27% from 143); Green value is 50 (19.92% from 255 or 34.97% from 143); Blue value is 54 (21.48% from 255 or 37.76% from 143); Max value from RGB is 54 - color contains mainly: blue. Hex color #273236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273236 is #D8CDC9. Grayscale: #2F2F2F. Windows color (decimal): -14208458 or 3551783. OLE color: 3551783.

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

Color convert

RGB 39 50 54 -
CMYK 0.28 0.07 0 0.79
HSL 196º 0.16% 0.18% -
HSV(B) 196º 0.28% 0.21% -
XYZ 2.64 2.98 3.93 -
YUV 47.17 131.86 122.17 -
System Red Green Blue C M Y K H S L
Decimal 39 50 54 0.28 0.07 0 0.79 196 0.16 0.18
Hex 27 32 36 1C 7 0 4F C4 10 12
Octal 47 62 66 34 7 0 117 304 20 22
Binary 100111 110010 110110 11100 111 0 1001111 11000100 10000 10010

Color Harmonies of #273236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273236

Black with #273236

Text Example


Text Example

White with #273236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273236; }

 p { color: rgb(39,50,54); }

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

background-color css

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

 a { background-color: rgb(39,50,54); }

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

border-color css

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

 span { border-color: rgb(39,50,54); }

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