#3780BC

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

Shades of Curious Blue #3780BC

Tints of Curious Blue #3780BC

Color information

#3780BC (or 0x3780BC) is unknown color: approx Curious Blue. HEX triplet: 37, 80 and BC. RGB value is (55,128,188). Sum of RGB (Red+Green+Blue) = 55+128+188=371 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.82% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #3780BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3780BC is #C87F43. Grayscale: #707070. Windows color (decimal): -13139780 or 12353591. OLE color: 12353591.

HSL color Cylindrical-coordinate representation of color #3780BC: hue angle of 207.07º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3780BC is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB55128188-
CMYK0.710.3200.26
HSL207.07º54.73%47.65%-
HSV(B)207.07º70.74%73.73%-
XYZ18.3719.8850.45-
YUV113.01170.3286.62-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.82%
GREEN value IS 128 (50.39% from 255) = 34.50%
BLUE value IS 188 (73.83% from 255) = 50.67%
R=14.82%
G=34.50%
B=50.67%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal551281880.710.3200.26207.0754.7347.65
Hex3780BC472001Acf3730
Octal67200274107400323176760
Binary1101111000000010111100100011110000001101011001111110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3780BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,128,188); }

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

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

 a { background-color: rgb(55,128,188); }

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

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

 span { border-color: rgb(55,128,188); }

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