#2776BC

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

Shades of Curious Blue #2776BC

Tints of Curious Blue #2776BC

Color information

#2776BC (or 0x2776BC) is unknown color: approx Curious Blue. HEX triplet: 27, 76 and BC. RGB value is (39,118,188). Sum of RGB (Red+Green+Blue) = 39+118+188=345 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.30% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #2776BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2776BC is #D88943. Grayscale: #666666. Windows color (decimal): -14190916 or 12351015. OLE color: 12351015.

HSL color Cylindrical-coordinate representation of color #2776BC: hue angle of 208.19º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2776BC is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB39118188-
CMYK0.790.3700.26
HSL208.19º65.64%44.51%-
HSV(B)208.19º79.26%73.73%-
XYZ16.3917.0250-
YUV102.36176.3382.81-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.30%
GREEN value IS 118 (46.48% from 255) = 34.20%
BLUE value IS 188 (73.83% from 255) = 54.49%
R=11.30%
G=34.20%
B=54.49%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal391181880.790.3700.26208.1965.6444.51
Hex2776BC4F2501Ad0422d
Octal471662741174503232010255
Binary1001111110110101111001001111100101011010110100001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2776BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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