#2B6ACA

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

Shades of Denim #2B6ACA

Tints of Denim #2B6ACA

Color information

#2B6ACA (or 0x2B6ACA) is unknown color: approx Denim. HEX triplet: 2B, 6A and CA. RGB value is (43,106,202). Sum of RGB (Red+Green+Blue) = 43+106+202=351 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.25% from 351); Green value is 106 (41.80% from 255 or 30.20% from 351); Blue value is 202 (79.30% from 255 or 57.55% from 351); Max value from RGB is 202 - color contains mainly: blue. Hex color #2B6ACA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B6ACA is #D49535. Grayscale: #616161. Windows color (decimal): -13931830 or 13265451. OLE color: 13265451.

HSL color Cylindrical-coordinate representation of color #2B6ACA: hue angle of 216.23º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B6ACA is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB43106202-
CMYK0.790.4800.21
HSL216.23º64.9%48.04%-
HSV(B)216.23º78.71%79.22%-
XYZ16.8115.0957.9-
YUV98.11186.6388.69-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.25%
GREEN value IS 106 (41.80% from 255) = 30.20%
BLUE value IS 202 (79.30% from 255) = 57.55%
R=12.25%
G=30.20%
B=57.55%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal431062020.790.4800.21216.2364.948.04
Hex2B6ACA4F30015d84130
Octal531523121176002533010160
Binary1010111101010110010101001111110000010101110110001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,106,202); }

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

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

 a { background-color: rgb(43,106,202); }

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

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

 span { border-color: rgb(43,106,202); }

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