#274038

Color #274038 Burnham (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnham #274038

Tints of Burnham #274038

Color information

#274038 (or 0x274038) is unknown color: approx Burnham. HEX triplet: 27, 40 and 38. RGB value is (39,64,56). Sum of RGB (Red+Green+Blue) = 39+64+56=159 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.53% from 159); Green value is 64 (25.39% from 255 or 40.25% from 159); Blue value is 56 (22.27% from 255 or 35.22% from 159); Max value from RGB is 64 - color contains mainly: green. Hex color #274038 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274038 is #D8BFC7. Grayscale: #373737. Windows color (decimal): -14204872 or 3686439. OLE color: 3686439.

HSL color Cylindrical-coordinate representation of color #274038: hue angle of 160.8º 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 #274038 is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.75.

Color convert

RGB396456-
CMYK0.3900.130.75
HSL160.8º24.27%20.2%-
HSV(B)160.8º39.06%25.1%-
XYZ3.384.384.41-
YUV55.61128.22116.15-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.53%
GREEN value IS 64 (25.39% from 255) = 40.25%
BLUE value IS 56 (22.27% from 255) = 35.22%
R=24.53%
G=40.25%
B=35.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3964560.3900.130.75160.824.2720.2
Hex274038270D4Ba11814
Octal4710070470151132413024
Binary1001111000000111000100111011011001011101000011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274038; }

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

 H1.HeaderClassName
 {
   color: #274038;
 }
 .AnyTagClassName
 {
   color: #274038;
 }
</style>
background-color css

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

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

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

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

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

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