Html Css Color HEX #27373D Oxford Blue

📋 copy color: '#27373D'

red 39 ◦ green 55 ◦ blue 61

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

Shades of Oxford Blue #27373D

Tints of Oxford Blue #27373D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 39.35%

R = 25.16%
G = 35.48%
B = 39.35%

CMYK

 C value IS 0.36

 M value IS 0.10

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#27373D (or 0x27373D) is known color: Oxford Blue. HEX triplet: 27, 37 and 3D. RGB value is (39,55,61). Sum of RGB (Red+Green+Blue) = 39+55+61=155 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.16% from 155); Green value is 55 (21.88% from 255 or 35.48% from 155); Blue value is 61 (24.22% from 255 or 39.35% from 155); Max value from RGB is 61 - color contains mainly: blue. Hex color #27373D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27373D is #D8C8C2. Grayscale: #323232. Windows color (decimal): -14207171 or 4011815. OLE color: 4011815.

HSL color Cylindrical-coordinate representation of color #27373D: hue angle of 196.36º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #27373D is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 39 55 61 -
CMYK 0.36 0.10 0 0.76
HSL 196.36º 0.22% 0.2% -
HSV(B) 196.36º 0.36% 0.24% -
XYZ 3.05 3.5 4.93 -
YUV 50.9 133.7 119.51 -
System Red Green Blue C M Y K H S L
Decimal 39 55 61 0.36 0.10 0 0.76 196.36 0.22 0.2
Hex 27 37 3D 24 A 0 4C C4 16 14
Octal 47 67 75 44 12 0 114 304 26 24
Binary 100111 110111 111101 100100 1010 0 1001100 11000100 10110 10100

Color Harmonies of #27373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27373D

Black with #27373D

Text Example


Text Example

White with #27373D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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