#2776BB

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

Shades of Curious Blue #2776BB

Tints of Curious Blue #2776BB

Color information

#2776BB (or 0x2776BB) is unknown color: approx Curious Blue. HEX triplet: 27, 76 and BB. RGB value is (39,118,187). Sum of RGB (Red+Green+Blue) = 39+118+187=344 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.34% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 187 (73.44% from 255 or 54.36% from 344); Max value from RGB is 187 - color contains mainly: blue. Hex color #2776BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2776BB is #D88944. Grayscale: #656565. Windows color (decimal): -14190917 or 12285479. OLE color: 12285479.

HSL color Cylindrical-coordinate representation of color #2776BB: hue angle of 207.97º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2776BB is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB39118187-
CMYK0.790.3700.27
HSL207.97º65.49%44.31%-
HSV(B)207.97º79.14%73.33%-
XYZ16.2816.9849.43-
YUV102.24175.8382.89-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.34%
GREEN value IS 118 (46.48% from 255) = 34.30%
BLUE value IS 187 (73.44% from 255) = 54.36%
R=11.34%
G=34.30%
B=54.36%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal391181870.790.3700.27207.9765.4944.31
Hex2776BB4F2501Bd0412c
Octal471662731174503332010154
Binary1001111110110101110111001111100101011011110100001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2776BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2776BB; }

 p { color: rgb(39,118,187); }

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

<style>
 a { background-color: #2776BB; }

 a { background-color: rgb(39,118,187); }

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

<style>
 span { border-color: #2776BB; }

 span { border-color: rgb(39,118,187); }

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