#3776B4

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

Shades of Curious Blue #3776B4

Tints of Curious Blue #3776B4

Color information

#3776B4 (or 0x3776B4) is unknown color: approx Curious Blue. HEX triplet: 37, 76 and B4. RGB value is (55,118,180). Sum of RGB (Red+Green+Blue) = 55+118+180=353 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.58% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 180 (70.70% from 255 or 50.99% from 353); Max value from RGB is 180 - color contains mainly: blue. Hex color #3776B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3776B4 is #C8894B. Grayscale: #696969. Windows color (decimal): -13142348 or 11826743. OLE color: 11826743.

HSL color Cylindrical-coordinate representation of color #3776B4: hue angle of 209.76º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3776B4 is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB55118180-
CMYK0.690.3400.29
HSL209.76º53.19%46.08%-
HSV(B)209.76º69.44%70.59%-
XYZ16.2917.0645.62-
YUV106.23169.6391.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.58%
GREEN value IS 118 (46.48% from 255) = 33.43%
BLUE value IS 180 (70.70% from 255) = 50.99%
R=15.58%
G=33.43%
B=50.99%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal551181800.690.3400.29209.7653.1946.08
Hex3776B4452201Dd2352e
Octal67166264105420353226556
Binary110111111011010110100100010110001001110111010010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3776B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3776B4; }

 p { color: rgb(55,118,180); }

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

<style>
 a { background-color: #3776B4; }

 a { background-color: rgb(55,118,180); }

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

<style>
 span { border-color: #3776B4; }

 span { border-color: rgb(55,118,180); }

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