Html Css Color HEX #224237 Burnham

📋 copy color: '#224237'

red 34 ◦ green 66 ◦ blue 55

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

Shades of Burnham #224237

Tints of Burnham #224237

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 value IS 0.48

 M value IS 0

 Y value IS 0.17

 K value IS 0.74

RGB Variations

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

Color information

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

RGB 34 66 55 -
CMYK 0.48 0 0.17 0.74
HSL 159.38º 0.32% 0.2% -
HSV(B) 159.38º 0.48% 0.26% -
XYZ 3.3 4.51 4.31 -
YUV 55.18 127.9 112.89 -
System Red Green Blue C M Y K H S L
Decimal 34 66 55 0.48 0 0.17 0.74 159.38 0.32 0.2
Hex 22 42 37 30 0 11 4A 9F 20 14
Octal 42 102 67 60 0 21 112 237 40 24
Binary 100010 1000010 110111 110000 0 10001 1001010 10011111 100000 10100

Color Harmonies of #224237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224237

Black with #224237

Text Example


Text Example

White with #224237

Text Example


Text Example

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