Html Css Color HEX #274039 Burnham

📋 copy color: '#274039'

red 39 ◦ green 64 ◦ blue 57

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

Shades of Burnham #274039

Tints of Burnham #274039

RGB

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

 GREEN value IS 64 (25.39% from 255) = 40%

 BLUE value IS 57 (22.66% from 255) = 35.63%

R = 24.38%
G = 40%
B = 35.63%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#274039 (or 0x274039) is known color: Burnham. HEX triplet: 27, 40 and 39. RGB value is (39,64,57). Sum of RGB (Red+Green+Blue) = 39+64+57=160 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.38% from 160); Green value is 64 (25.39% from 255 or 40% from 160); Blue value is 57 (22.66% from 255 or 35.62% from 160); Max value from RGB is 64 - color contains mainly: green. Hex color #274039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274039 is #D8BFC6. Grayscale: #373737. Windows color (decimal): -14204871 or 3751975. OLE color: 3751975.

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

Color convert

RGB 39 64 57 -
CMYK 0.39 0 0.11 0.75
HSL 163.2º 0.24% 0.2% -
HSV(B) 163.2º 0.39% 0.25% -
XYZ 3.41 4.39 4.54 -
YUV 55.73 128.72 116.07 -
System Red Green Blue C M Y K H S L
Decimal 39 64 57 0.39 0 0.11 0.75 163.2 0.24 0.2
Hex 27 40 39 27 0 B 4B A3 18 14
Octal 47 100 71 47 0 13 113 243 30 24
Binary 100111 1000000 111001 100111 0 1011 1001011 10100011 11000 10100

Color Harmonies of #274039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274039

Black with #274039

Text Example


Text Example

White with #274039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274039; }

 p { color: rgb(39,64,57); }

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

background-color css

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

 a { background-color: rgb(39,64,57); }

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

border-color css

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

 span { border-color: rgb(39,64,57); }

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