#2B7CBA

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

Shades of Curious Blue #2B7CBA

Tints of Curious Blue #2B7CBA

Color information

#2B7CBA (or 0x2B7CBA) is unknown color: approx Curious Blue. HEX triplet: 2B, 7C and BA. RGB value is (43,124,186). Sum of RGB (Red+Green+Blue) = 43+124+186=353 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.18% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B7CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B7CBA is #D48345. Grayscale: #6A6A6A. Windows color (decimal): -13927238 or 12221483. OLE color: 12221483.

HSL color Cylindrical-coordinate representation of color #2B7CBA: hue angle of 206.01º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B7CBA is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB43124186-
CMYK0.770.3300.27
HSL206.01º62.45%44.9%-
HSV(B)206.01º76.88%72.94%-
XYZ17.0718.4749.12-
YUV106.85172.6682.46-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.18%
GREEN value IS 124 (48.83% from 255) = 35.13%
BLUE value IS 186 (73.05% from 255) = 52.69%
R=12.18%
G=35.13%
B=52.69%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal431241860.770.3300.27206.0162.4544.9
Hex2B7CBA4D2101Bce3e2d
Octal53174272115410333167655
Binary101011111110010111010100110110000101101111001110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,124,186); }

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

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

 a { background-color: rgb(43,124,186); }

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

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

 span { border-color: rgb(43,124,186); }

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