Html Css Color HEX #224334 Burnham

📋 copy color: '#224334'

red 34 ◦ green 67 ◦ blue 52

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

Shades of Burnham #224334

Tints of Burnham #224334

RGB

 RED value IS 34 (13.67% from 255) = 22.22%

 GREEN value IS 67 (26.56% from 255) = 43.79%

 BLUE value IS 52 (20.7% from 255) = 33.99%

R = 22.22%
G = 43.79%
B = 33.99%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.22

 K value IS 0.74

RGB Variations

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

Color information

#224334 (or 0x224334) is known color: Burnham. HEX triplet: 22, 43 and 34. RGB value is (34,67,52). Sum of RGB (Red+Green+Blue) = 34+67+52=153 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.22% from 153); Green value is 67 (26.56% from 255 or 43.79% from 153); Blue value is 52 (20.70% from 255 or 33.99% from 153); Max value from RGB is 67 - color contains mainly: green. Hex color #224334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224334 is #DDBCCB. Grayscale: #373737. Windows color (decimal): -14531788 or 3425058. OLE color: 3425058.

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

Color convert

RGB 34 67 52 -
CMYK 0.49 0 0.22 0.74
HSL 152.73º 0.33% 0.2% -
HSV(B) 152.73º 0.49% 0.26% -
XYZ 3.29 4.6 3.96 -
YUV 55.42 126.07 112.72 -
System Red Green Blue C M Y K H S L
Decimal 34 67 52 0.49 0 0.22 0.74 152.73 0.33 0.2
Hex 22 43 34 31 0 16 4A 99 21 14
Octal 42 103 64 61 0 26 112 231 41 24
Binary 100010 1000011 110100 110001 0 10110 1001010 10011001 100001 10100

Color Harmonies of #224334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224334

Black with #224334

Text Example


Text Example

White with #224334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224334; }

 p { color: rgb(34,67,52); }

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

background-color css

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

 a { background-color: rgb(34,67,52); }

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

border-color css

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

 span { border-color: rgb(34,67,52); }

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