#2A3350

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

Shades of Bunting #2A3350

Tints of Bunting #2A3350

Color information

#2A3350 (or 0x2A3350) is unknown color: approx Bunting. HEX triplet: 2A, 33 and 50. RGB value is (42,51,80). Sum of RGB (Red+Green+Blue) = 42+51+80=173 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.28% from 173); Green value is 51 (20.31% from 255 or 29.48% from 173); Blue value is 80 (31.64% from 255 or 46.24% from 173); Max value from RGB is 80 - color contains mainly: blue. Hex color #2A3350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3350 is #D5CCAF. Grayscale: #333333. Windows color (decimal): -14011568 or 5255978. OLE color: 5255978.

HSL color Cylindrical-coordinate representation of color #2A3350: hue angle of 225.79º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2A3350 is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB425180-
CMYK0.480.3600.69
HSL225.79º31.15%23.92%-
HSV(B)225.79º47.5%31.37%-
XYZ3.593.448.06-
YUV51.61144.02121.14-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.28%
GREEN value IS 51 (20.31% from 255) = 29.48%
BLUE value IS 80 (31.64% from 255) = 46.24%
R=24.28%
G=29.48%
B=46.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4251800.480.3600.69225.7931.1523.92
Hex2A33503024045e21f18
Octal5263120604401053423730
Binary101010110011101000011000010010001000101111000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,51,80); }

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

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

 a { background-color: rgb(42,51,80); }

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

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

 span { border-color: rgb(42,51,80); }

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