#2A3551

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

Shades of Bunting #2A3551

Tints of Bunting #2A3551

Color information

#2A3551 (or 0x2A3551) is unknown color: approx Bunting. HEX triplet: 2A, 35 and 51. RGB value is (42,53,81). Sum of RGB (Red+Green+Blue) = 42+53+81=176 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.86% from 176); Green value is 53 (21.09% from 255 or 30.11% from 176); Blue value is 81 (32.03% from 255 or 46.02% from 176); Max value from RGB is 81 - color contains mainly: blue. Hex color #2A3551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3551 is #D5CAAE. Grayscale: #343434. Windows color (decimal): -14011055 or 5322026. OLE color: 5322026.

HSL color Cylindrical-coordinate representation of color #2A3551: hue angle of 223.08º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2A3551 is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB425381-
CMYK0.480.3500.68
HSL223.08º31.71%24.12%-
HSV(B)223.08º48.15%31.76%-
XYZ3.713.638.29-
YUV52.9143.86120.22-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.86%
GREEN value IS 53 (21.09% from 255) = 30.11%
BLUE value IS 81 (32.03% from 255) = 46.02%
R=23.86%
G=30.11%
B=46.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4253810.480.3500.68223.0831.7124.12
Hex2A35513023044df2018
Octal5265121604301043374030
Binary1010101101011010001110000100011010001001101111110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,53,81); }

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

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

 a { background-color: rgb(42,53,81); }

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

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

 span { border-color: rgb(42,53,81); }

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