Html Css Color HEX #274038 Burnham

📋 copy color: '#274038'

red 39 ◦ green 64 ◦ blue 56

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

Shades of Burnham #274038

Tints of Burnham #274038

RGB

 RED value IS 39 (15.63% 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 value IS 0.39

 M value IS 0

 Y value IS 0.13

 K value IS 0.75

RGB Variations

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

Color information

#274038 (or 0x274038) is known color: 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

RGB 39 64 56 -
CMYK 0.39 0 0.13 0.75
HSL 160.8º 0.24% 0.2% -
HSV(B) 160.8º 0.39% 0.25% -
XYZ 3.38 4.38 4.41 -
YUV 55.61 128.22 116.15 -
System Red Green Blue C M Y K H S L
Decimal 39 64 56 0.39 0 0.13 0.75 160.8 0.24 0.2
Hex 27 40 38 27 0 D 4B A1 18 14
Octal 47 100 70 47 0 15 113 241 30 24
Binary 100111 1000000 111000 100111 0 1101 1001011 10100001 11000 10100

Color Harmonies of #274038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274038

Black with #274038

Text Example


Text Example

White with #274038

Text Example


Text Example

HTML Codes & Css Web 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>