#2B6BCA

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

Shades of Denim #2B6BCA

Tints of Denim #2B6BCA

Color information

#2B6BCA (or 0x2B6BCA) is unknown color: approx Denim. HEX triplet: 2B, 6B and CA. RGB value is (43,107,202). Sum of RGB (Red+Green+Blue) = 43+107+202=352 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.22% from 352); Green value is 107 (42.19% from 255 or 30.40% from 352); Blue value is 202 (79.30% from 255 or 57.39% from 352); Max value from RGB is 202 - color contains mainly: blue. Hex color #2B6BCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B6BCA is #D49435. Grayscale: #626262. Windows color (decimal): -13931574 or 13265707. OLE color: 13265707.

HSL color Cylindrical-coordinate representation of color #2B6BCA: hue angle of 215.85º 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 #2B6BCA is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB43107202-
CMYK0.790.4700.21
HSL215.85º64.9%48.04%-
HSV(B)215.85º78.71%79.22%-
XYZ16.9115.2957.94-
YUV98.69186.388.28-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.22%
GREEN value IS 107 (42.19% from 255) = 30.40%
BLUE value IS 202 (79.30% from 255) = 57.39%
R=12.22%
G=30.40%
B=57.39%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal431072020.790.4700.21215.8564.948.04
Hex2B6BCA4F2F015d84130
Octal531533121175702533010160
Binary1010111101011110010101001111101111010101110110001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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