#2b6dce

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

Shades of Denim #2B6DCE

Tints of Denim #2B6DCE

Color information

#2B6DCE (or 0x2B6DCE) is unknown color: approx Denim. HEX triplet: 2B, 6D and CE. RGB value is (43,109,206). Sum of RGB (Red+Green+Blue) = 43+109+206=358 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.01% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #2B6DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B6DCE is #D49231. Grayscale: #636363. Windows color (decimal): -13931058 or 13528363. OLE color: 13528363.

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

Color convert

RGB43109206-
CMYK0.790.4700.19
HSL215.71º65.46%48.82%-
HSV(B)215.71º79.13%80.78%-
XYZ17.6115.9160.53-
YUV100.32187.6387.11-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.01%
GREEN value IS 109 (42.97% from 255) = 30.45%
BLUE value IS 206 (80.86% from 255) = 57.54%
R=12.01%
G=30.45%
B=57.54%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal431092060.790.4700.19215.7165.4648.82
Hex2B6DCE4F2F013d84131
Octal531553161175702333010161
Binary1010111101101110011101001111101111010011110110001000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b6dce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,109,206); }

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

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

 a { background-color: rgb(43,109,206); }

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

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

 span { border-color: rgb(43,109,206); }

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