Html Css Color HEX #27373C Oxford Blue

📋 copy color: '#27373C'

red 39 ◦ green 55 ◦ blue 60

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

Shades of Oxford Blue #27373C

Tints of Oxford Blue #27373C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 35.71%

 BLUE value IS 60 (23.83% from 255) = 38.96%

R = 25.32%
G = 35.71%
B = 38.96%

CMYK

 C value IS 0.35

 M value IS 0.08

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#27373C (or 0x27373C) is known color: Oxford Blue. HEX triplet: 27, 37 and 3C. RGB value is (39,55,60). Sum of RGB (Red+Green+Blue) = 39+55+60=154 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.32% from 154); Green value is 55 (21.88% from 255 or 35.71% from 154); Blue value is 60 (23.83% from 255 or 38.96% from 154); Max value from RGB is 60 - color contains mainly: blue. Hex color #27373C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27373C is #D8C8C3. Grayscale: #323232. Windows color (decimal): -14207172 or 3946279. OLE color: 3946279.

HSL color Cylindrical-coordinate representation of color #27373C: hue angle of 194.29º degrees, saturation: 0.21, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #27373C is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 39 55 60 -
CMYK 0.35 0.08 0 0.76
HSL 194.29º 0.21% 0.19% -
HSV(B) 194.29º 0.35% 0.24% -
XYZ 3.02 3.49 4.79 -
YUV 50.79 133.2 119.59 -
System Red Green Blue C M Y K H S L
Decimal 39 55 60 0.35 0.08 0 0.76 194.29 0.21 0.19
Hex 27 37 3C 23 8 0 4C C2 15 13
Octal 47 67 74 43 10 0 114 302 25 23
Binary 100111 110111 111100 100011 1000 0 1001100 11000010 10101 10011

Color Harmonies of #27373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27373C

Black with #27373C

Text Example


Text Example

White with #27373C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27373C; }

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

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

background-color css

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

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

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

border-color css

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

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

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