#22324B

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

Shades of Bunting #22324B

Tints of Bunting #22324B

Color information

#22324B (or 0x22324B) is unknown color: approx Bunting. HEX triplet: 22, 32 and 4B. RGB value is (34,50,75). Sum of RGB (Red+Green+Blue) = 34+50+75=159 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.38% from 159); Green value is 50 (19.92% from 255 or 31.45% from 159); Blue value is 75 (29.69% from 255 or 47.17% from 159); Max value from RGB is 75 - color contains mainly: blue. Hex color #22324B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22324B is #DDCDB4. Grayscale: #2F2F2F. Windows color (decimal): -14536117 or 4928034. OLE color: 4928034.

HSL color Cylindrical-coordinate representation of color #22324B: hue angle of 216.59º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #22324B is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB345075-
CMYK0.550.3300.71
HSL216.59º37.61%21.37%-
HSV(B)216.59º54.67%29.41%-
XYZ3.073.137.1-
YUV48.07143.2117.97-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.38%
GREEN value IS 50 (19.92% from 255) = 31.45%
BLUE value IS 75 (29.69% from 255) = 47.17%
R=21.38%
G=31.45%
B=47.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3450750.550.3300.71216.5937.6121.37
Hex22324B3721047d92615
Octal4262113674101073314625
Binary1000101100101001011110111100001010001111101100110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22324B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22324B; }

 p { color: rgb(34,50,75); }

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

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

 a { background-color: rgb(34,50,75); }

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

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

 span { border-color: rgb(34,50,75); }

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