#2B73C6

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

Shades of Denim #2B73C6

Tints of Denim #2B73C6

Color information

#2B73C6 (or 0x2B73C6) is unknown color: approx Denim. HEX triplet: 2B, 73 and C6. RGB value is (43,115,198). Sum of RGB (Red+Green+Blue) = 43+115+198=356 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.08% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 198 (77.73% from 255 or 55.62% from 356); Max value from RGB is 198 - color contains mainly: blue. Hex color #2B73C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B73C6 is #D48C39. Grayscale: #666666. Windows color (decimal): -13929530 or 13005611. OLE color: 13005611.

HSL color Cylindrical-coordinate representation of color #2B73C6: hue angle of 212.13º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B73C6 is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB43115198-
CMYK0.780.4200.22
HSL212.13º64.32%47.25%-
HSV(B)212.13º78.28%77.65%-
XYZ17.3216.8555.77-
YUV102.93181.6585.25-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.08%
GREEN value IS 115 (45.31% from 255) = 32.30%
BLUE value IS 198 (77.73% from 255) = 55.62%
R=12.08%
G=32.30%
B=55.62%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal431151980.780.4200.22212.1364.3247.25
Hex2B73C64E2A016d4402f
Octal531633061165202632410057
Binary1010111110011110001101001110101010010110110101001000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B73C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,115,198); }

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

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

 a { background-color: rgb(43,115,198); }

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

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

 span { border-color: rgb(43,115,198); }

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