#3683BA

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

Shades of Curious Blue #3683BA

Tints of Curious Blue #3683BA

Color information

#3683BA (or 0x3683BA) is unknown color: approx Curious Blue. HEX triplet: 36, 83 and BA. RGB value is (54,131,186). Sum of RGB (Red+Green+Blue) = 54+131+186=371 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.56% from 371); Green value is 131 (51.56% from 255 or 35.31% 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 #3683BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3683BA is #C97C45. Grayscale: #717171. Windows color (decimal): -13204550 or 12223286. OLE color: 12223286.

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

Color convert

RGB54131186-
CMYK0.710.3000.27
HSL205º55%47.06%-
HSV(B)205º70.97%72.94%-
XYZ18.520.5649.45-
YUV114.25168.4985.03-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.56%
GREEN value IS 131 (51.56% from 255) = 35.31%
BLUE value IS 186 (73.05% from 255) = 50.13%
R=14.56%
G=35.31%
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.27
SystemRedGreenBlueCMYKHSL
Decimal541311860.710.3000.272055547.06
Hex3683BA471E01Bcd372f
Octal66203272107360333156757
Binary110110100000111011101010001111111001101111001101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3683BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3683BA; }

 p { color: rgb(54,131,186); }

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

<style>
 a { background-color: #3683BA; }

 a { background-color: rgb(54,131,186); }

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

<style>
 span { border-color: #3683BA; }

 span { border-color: rgb(54,131,186); }

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