Html Css Color HEX #27383D Oxford Blue

📋 copy color: '#27383D'

red 39 ◦ green 56 ◦ blue 61

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

Shades of Oxford Blue #27383D

Tints of Oxford Blue #27383D

RGB

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

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

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

R = 25%
G = 35.9%
B = 39.1%

CMYK

 C value IS 0.36

 M value IS 0.08

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#27383D (or 0x27383D) is known color: Oxford Blue. HEX triplet: 27, 38 and 3D. RGB value is (39,56,61). Sum of RGB (Red+Green+Blue) = 39+56+61=156 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25% from 156); Green value is 56 (22.27% from 255 or 35.90% from 156); Blue value is 61 (24.22% from 255 or 39.10% from 156); Max value from RGB is 61 - color contains mainly: blue. Hex color #27383D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27383D is #D8C7C2. Grayscale: #333333. Windows color (decimal): -14206915 or 4012071. OLE color: 4012071.

HSL color Cylindrical-coordinate representation of color #27383D: hue angle of 193.64º 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 #27383D is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 39 56 61 -
CMYK 0.36 0.08 0 0.76
HSL 193.64º 0.22% 0.2% -
HSV(B) 193.64º 0.36% 0.24% -
XYZ 3.09 3.6 4.95 -
YUV 51.49 133.37 119.09 -
System Red Green Blue C M Y K H S L
Decimal 39 56 61 0.36 0.08 0 0.76 193.64 0.22 0.2
Hex 27 38 3D 24 8 0 4C C2 16 14
Octal 47 70 75 44 10 0 114 302 26 24
Binary 100111 111000 111101 100100 1000 0 1001100 11000010 10110 10100

Color Harmonies of #27383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27383D

Black with #27383D

Text Example


Text Example

White with #27383D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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