#2A69BA

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

Shades of Denim #2A69BA

Tints of Denim #2A69BA

Color information

#2A69BA (or 0x2A69BA) is unknown color: approx Denim. HEX triplet: 2A, 69 and BA. RGB value is (42,105,186). Sum of RGB (Red+Green+Blue) = 42+105+186=333 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.61% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A69BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A69BA is #D59645. Grayscale: #5F5F5F. Windows color (decimal): -13997638 or 12216618. OLE color: 12216618.

HSL color Cylindrical-coordinate representation of color #2A69BA: hue angle of 213.75º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A69BA is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB42105186-
CMYK0.770.4400.27
HSL213.75º63.16%44.71%-
HSV(B)213.75º77.42%72.94%-
XYZ14.8714.1448.4-
YUV95.4179.1389.91-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.61%
GREEN value IS 105 (41.41% from 255) = 31.53%
BLUE value IS 186 (73.05% from 255) = 55.86%
R=12.61%
G=31.53%
B=55.86%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal421051860.770.4400.27213.7563.1644.71
Hex2A69BA4D2C01Bd63f2d
Octal52151272115540333267755
Binary101010110100110111010100110110110001101111010110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A69BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,105,186); }

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

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

 a { background-color: rgb(42,105,186); }

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

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

 span { border-color: rgb(42,105,186); }

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