#3782ba

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

Shades of Curious Blue #3782BA

Tints of Curious Blue #3782BA

Color information

#3782BA (or 0x3782BA) is unknown color: approx Curious Blue. HEX triplet: 37, 82 and BA. RGB value is (55,130,186). Sum of RGB (Red+Green+Blue) = 55+130+186=371 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.82% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #3782BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3782BA is #C87D45. Grayscale: #717171. Windows color (decimal): -13139270 or 12223031. OLE color: 12223031.

HSL color Cylindrical-coordinate representation of color #3782BA: hue angle of 205.65º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3782BA is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB55130186-
CMYK0.700.3000.27
HSL205.65º54.36%47.25%-
HSV(B)205.65º70.43%72.94%-
XYZ18.4220.3249.41-
YUV113.96168.6585.95-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.82%
GREEN value IS 130 (51.17% from 255) = 35.04%
BLUE value IS 186 (73.05% from 255) = 50.13%
R=14.82%
G=35.04%
B=50.13%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal551301860.700.3000.27205.6554.3647.25
Hex3782BA461E01Bce362f
Octal67202272106360333166657
Binary110111100000101011101010001101111001101111001110110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3782ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3782ba; }

 p { color: rgb(55,130,186); }

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

<style>
 a { background-color: #3782ba; }

 a { background-color: rgb(55,130,186); }

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

<style>
 span { border-color: #3782ba; }

 span { border-color: rgb(55,130,186); }

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