#3784BC

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

Shades of Curious Blue #3784BC

Tints of Curious Blue #3784BC

Color information

#3784BC (or 0x3784BC) is unknown color: approx Curious Blue. HEX triplet: 37, 84 and BC. RGB value is (55,132,188). Sum of RGB (Red+Green+Blue) = 55+132+188=375 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.67% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #3784BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3784BC is #C87B43. Grayscale: #737373. Windows color (decimal): -13138756 or 12354615. OLE color: 12354615.

HSL color Cylindrical-coordinate representation of color #3784BC: hue angle of 205.26º 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 #3784BC is Cyan = 0.71, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB55132188-
CMYK0.710.3000.26
HSL205.26º54.73%47.65%-
HSV(B)205.26º70.74%73.73%-
XYZ18.920.9550.62-
YUV115.36168.9984.95-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.67%
GREEN value IS 132 (51.95% from 255) = 35.2%
BLUE value IS 188 (73.83% from 255) = 50.13%
R=14.67%
G=35.2%
B=50.13%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal551321880.710.3000.26205.2654.7347.65
Hex3784BC471E01Acd3730
Octal67204274107360323156760
Binary110111100001001011110010001111111001101011001101110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3784BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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