Html Css Color HEX #272E30 Oxford Blue

📋 copy color: '#272E30'

red 39 ◦ green 46 ◦ blue 48

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

Shades of Oxford Blue #272E30

Tints of Oxford Blue #272E30

RGB

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

 GREEN value IS 46 (18.36% from 255) = 34.59%

 BLUE value IS 48 (19.14% from 255) = 36.09%

R = 29.32%
G = 34.59%
B = 36.09%

CMYK

 C value IS 0.19

 M value IS 0.04

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#272E30 (or 0x272E30) is known color: Oxford Blue. HEX triplet: 27, 2E and 30. RGB value is (39,46,48). Sum of RGB (Red+Green+Blue) = 39+46+48=133 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.32% from 133); Green value is 46 (18.36% from 255 or 34.59% from 133); Blue value is 48 (19.14% from 255 or 36.09% from 133); Max value from RGB is 48 - color contains mainly: blue. Hex color #272E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272E30 is #D8D1CF. Grayscale: #2C2C2C. Windows color (decimal): -14209488 or 3157543. OLE color: 3157543.

HSL color Cylindrical-coordinate representation of color #272E30: hue angle of 193.33º degrees, saturation: 0.1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #272E30 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 39 46 48 -
CMYK 0.19 0.04 0 0.81
HSL 193.33º 0.1% 0.17% -
HSV(B) 193.33º 0.19% 0.19% -
XYZ 2.35 2.6 3.17 -
YUV 44.14 130.18 124.34 -
System Red Green Blue C M Y K H S L
Decimal 39 46 48 0.19 0.04 0 0.81 193.33 0.1 0.17
Hex 27 2E 30 13 4 0 51 C1 A 11
Octal 47 56 60 23 4 0 121 301 12 21
Binary 100111 101110 110000 10011 100 0 1010001 11000001 1010 10001

Color Harmonies of #272E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272E30

Black with #272E30

Text Example


Text Example

White with #272E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272E30; }

 p { color: rgb(39,46,48); }

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

background-color css

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

 a { background-color: rgb(39,46,48); }

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

border-color css

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

 span { border-color: rgb(39,46,48); }

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