#3679BA

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

Shades of Curious Blue #3679BA

Tints of Curious Blue #3679BA

Color information

#3679BA (or 0x3679BA) is unknown color: approx Curious Blue. HEX triplet: 36, 79 and BA. RGB value is (54,121,186). Sum of RGB (Red+Green+Blue) = 54+121+186=361 (47% of max value = 765). Red value is 54 (21.48% from 255 or 14.96% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #3679BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3679BA is #C98645. Grayscale: #6C6C6C. Windows color (decimal): -13207110 or 12220726. OLE color: 12220726.

HSL color Cylindrical-coordinate representation of color #3679BA: hue angle of 209.55º 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 #3679BA is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB54121186-
CMYK0.710.3500.27
HSL209.55º55%47.06%-
HSV(B)209.55º70.97%72.94%-
XYZ17.221849.02-
YUV108.38171.889.21-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.96%
GREEN value IS 121 (47.66% from 255) = 33.52%
BLUE value IS 186 (73.05% from 255) = 51.52%
R=14.96%
G=33.52%
B=51.52%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal541211860.710.3500.27209.555547.06
Hex3679BA472301Bd2372f
Octal66171272107430333226757
Binary110110111100110111010100011110001101101111010010110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3679BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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