Html Css Color HEX #273338 Oxford Blue

📋 copy color: '#273338'

red 39 ◦ green 51 ◦ blue 56

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

Shades of Oxford Blue #273338

Tints of Oxford Blue #273338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 38.36%

R = 26.71%
G = 34.93%
B = 38.36%

CMYK

 C value IS 0.30

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#273338 (or 0x273338) is known color: Oxford Blue. HEX triplet: 27, 33 and 38. RGB value is (39,51,56). Sum of RGB (Red+Green+Blue) = 39+51+56=146 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.71% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 56 (22.27% from 255 or 38.36% from 146); Max value from RGB is 56 - color contains mainly: blue. Hex color #273338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273338 is #D8CCC7. Grayscale: #2F2F2F. Windows color (decimal): -14208200 or 3683111. OLE color: 3683111.

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

Color convert

RGB 39 51 56 -
CMYK 0.30 0.09 0 0.78
HSL 197.65º 0.18% 0.19% -
HSV(B) 197.65º 0.3% 0.22% -
XYZ 2.73 3.08 4.19 -
YUV 47.98 132.52 121.59 -
System Red Green Blue C M Y K H S L
Decimal 39 51 56 0.30 0.09 0 0.78 197.65 0.18 0.19
Hex 27 33 38 1E 9 0 4E C6 12 13
Octal 47 63 70 36 11 0 116 306 22 23
Binary 100111 110011 111000 11110 1001 0 1001110 11000110 10010 10011

Color Harmonies of #273338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273338

Black with #273338

Text Example


Text Example

White with #273338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273338; }

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

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

background-color css

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

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

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

border-color css

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

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

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