Html Css Color HEX #27383F Oxford Blue

📋 copy color: '#27383F'

red 39 ◦ green 56 ◦ blue 63

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

Shades of Oxford Blue #27383F

Tints of Oxford Blue #27383F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 35.44%

 BLUE value IS 63 (25% from 255) = 39.87%

R = 24.68%
G = 35.44%
B = 39.87%

CMYK

 C value IS 0.38

 M value IS 0.11

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#27383F (or 0x27383F) is known color: Oxford Blue. HEX triplet: 27, 38 and 3F. RGB value is (39,56,63). Sum of RGB (Red+Green+Blue) = 39+56+63=158 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.68% from 158); Green value is 56 (22.27% from 255 or 35.44% from 158); Blue value is 63 (25% from 255 or 39.87% from 158); Max value from RGB is 63 - color contains mainly: blue. Hex color #27383F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27383F is #D8C7C0. Grayscale: #333333. Windows color (decimal): -14206913 or 4143143. OLE color: 4143143.

HSL color Cylindrical-coordinate representation of color #27383F: hue angle of 197.5º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #27383F is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 39 56 63 -
CMYK 0.38 0.11 0 0.75
HSL 197.5º 0.24% 0.2% -
HSV(B) 197.5º 0.38% 0.25% -
XYZ 3.15 3.62 5.24 -
YUV 51.72 134.37 118.93 -
System Red Green Blue C M Y K H S L
Decimal 39 56 63 0.38 0.11 0 0.75 197.5 0.24 0.2
Hex 27 38 3F 26 B 0 4B C6 18 14
Octal 47 70 77 46 13 0 113 306 30 24
Binary 100111 111000 111111 100110 1011 0 1001011 11000110 11000 10100

Color Harmonies of #27383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27383F

Black with #27383F

Text Example


Text Example

White with #27383F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27383F; }

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

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

background-color css

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

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

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

border-color css

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

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

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