#2B82B0

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

Shades of Curious Blue #2B82B0

Tints of Curious Blue #2B82B0

Color information

#2B82B0 (or 0x2B82B0) is unknown color: approx Curious Blue. HEX triplet: 2B, 82 and B0. RGB value is (43,130,176). Sum of RGB (Red+Green+Blue) = 43+130+176=349 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.32% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 176 (69.14% from 255 or 50.43% from 349); Max value from RGB is 176 - color contains mainly: blue. Hex color #2B82B0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B82B0 is #D47D4F. Grayscale: #6C6C6C. Windows color (decimal): -13925712 or 11567659. OLE color: 11567659.

HSL color Cylindrical-coordinate representation of color #2B82B0: hue angle of 200.75º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B82B0 is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB43130176-
CMYK0.760.2600.31
HSL200.75º60.73%42.94%-
HSV(B)200.75º75.57%69.02%-
XYZ16.8219.6143.97-
YUV109.23165.6880.76-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.32%
GREEN value IS 130 (51.17% from 255) = 37.25%
BLUE value IS 176 (69.14% from 255) = 50.43%
R=12.32%
G=37.25%
B=50.43%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal431301760.760.2600.31200.7560.7342.94
Hex2B82B04C1A01Fc93d2b
Octal53202260114320373117553
Binary101011100000101011000010011001101001111111001001111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B82B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,130,176); }

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

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

 a { background-color: rgb(43,130,176); }

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

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

 span { border-color: rgb(43,130,176); }

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