#224237

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

Shades of Burnham #224237

Tints of Burnham #224237

Color information

#224237 (or 0x224237) is unknown color: approx Burnham. HEX triplet: 22, 42 and 37. RGB value is (34,66,55). Sum of RGB (Red+Green+Blue) = 34+66+55=155 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.94% from 155); Green value is 66 (26.17% from 255 or 42.58% from 155); Blue value is 55 (21.88% from 255 or 35.48% from 155); Max value from RGB is 66 - color contains mainly: green. Hex color #224237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224237 is #DDBDC8. Grayscale: #373737. Windows color (decimal): -14532041 or 3621410. OLE color: 3621410.

HSL color Cylindrical-coordinate representation of color #224237: hue angle of 159.38º degrees, saturation: 0.32, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #224237 is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.74.

Color convert

RGB346655-
CMYK0.4800.170.74
HSL159.38º32%19.61%-
HSV(B)159.38º48.48%25.88%-
XYZ3.34.514.31-
YUV55.18127.9112.89-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.94%
GREEN value IS 66 (26.17% from 255) = 42.58%
BLUE value IS 55 (21.88% from 255) = 35.48%
R=21.94%
G=42.58%
B=35.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3466550.4800.170.74159.383219.61
Hex224237300114A9f2014
Octal4210267600211122374024
Binary100010100001011011111000001000110010101001111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224237; }

 p { color: rgb(34,66,55); }

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

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

 a { background-color: rgb(34,66,55); }

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

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

 span { border-color: rgb(34,66,55); }

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