#2A324A

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

Shades of Bunting #2A324A

Tints of Bunting #2A324A

Color information

#2A324A (or 0x2A324A) is unknown color: approx Bunting. HEX triplet: 2A, 32 and 4A. RGB value is (42,50,74). Sum of RGB (Red+Green+Blue) = 42+50+74=166 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.30% from 166); Green value is 50 (19.92% from 255 or 30.12% from 166); Blue value is 74 (29.30% from 255 or 44.58% from 166); Max value from RGB is 74 - color contains mainly: blue. Hex color #2A324A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A324A is #D5CDB5. Grayscale: #323232. Windows color (decimal): -14011830 or 4862506. OLE color: 4862506.

HSL color Cylindrical-coordinate representation of color #2A324A: hue angle of 225º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2A324A is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB425074-
CMYK0.430.3200.71
HSL225º27.59%22.75%-
HSV(B)225º43.24%29.02%-
XYZ3.333.276.93-
YUV50.34141.35122.05-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.30%
GREEN value IS 50 (19.92% from 255) = 30.12%
BLUE value IS 74 (29.30% from 255) = 44.58%
R=25.30%
G=30.12%
B=44.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4250740.430.3200.7122527.5922.75
Hex2A324A2B20047e11c17
Octal5262112534001073413427
Binary101010110010100101010101110000001000111111000011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A324A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A324A; }

 p { color: rgb(42,50,74); }

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

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

 a { background-color: rgb(42,50,74); }

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

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

 span { border-color: rgb(42,50,74); }

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