#2A354D

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

Shades of Bunting #2A354D

Tints of Bunting #2A354D

Color information

#2A354D (or 0x2A354D) is unknown color: approx Bunting. HEX triplet: 2A, 35 and 4D. RGB value is (42,53,77). Sum of RGB (Red+Green+Blue) = 42+53+77=172 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.42% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 77 - color contains mainly: blue. Hex color #2A354D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A354D is #D5CAB2. Grayscale: #343434. Windows color (decimal): -14011059 or 5059882. OLE color: 5059882.

HSL color Cylindrical-coordinate representation of color #2A354D: hue angle of 221.14º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2A354D is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB425377-
CMYK0.450.3100.70
HSL221.14º29.41%23.33%-
HSV(B)221.14º45.45%30.2%-
XYZ3.573.577.52-
YUV52.45141.86120.55-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.42%
GREEN value IS 53 (21.09% from 255) = 30.81%
BLUE value IS 77 (30.47% from 255) = 44.77%
R=24.42%
G=30.81%
B=44.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4253770.450.3100.70221.1429.4123.33
Hex2A354D2D1F046dd1d17
Octal5265115553701063353527
Binary10101011010110011011011011111101000110110111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A354D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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