#2A6BBA

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

Shades of Denim #2A6BBA

Tints of Denim #2A6BBA

Color information

#2A6BBA (or 0x2A6BBA) is unknown color: approx Denim. HEX triplet: 2A, 6B and BA. RGB value is (42,107,186). Sum of RGB (Red+Green+Blue) = 42+107+186=335 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.54% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A6BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A6BBA is #D59445. Grayscale: #606060. Windows color (decimal): -13997126 or 12217130. OLE color: 12217130.

HSL color Cylindrical-coordinate representation of color #2A6BBA: hue angle of 212.92º 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 #2A6BBA is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB42107186-
CMYK0.770.4200.27
HSL212.92º63.16%44.71%-
HSV(B)212.92º77.42%72.94%-
XYZ15.0814.5548.47-
YUV96.57178.4789.08-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.54%
GREEN value IS 107 (42.19% from 255) = 31.94%
BLUE value IS 186 (73.05% from 255) = 55.52%
R=12.54%
G=31.94%
B=55.52%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal421071860.770.4200.27212.9263.1644.71
Hex2A6BBA4D2A01Bd53f2d
Octal52153272115520333257755
Binary101010110101110111010100110110101001101111010101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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