#3674BA

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

Shades of Curious Blue #3674BA

Tints of Curious Blue #3674BA

Color information

#3674BA (or 0x3674BA) is unknown color: approx Curious Blue. HEX triplet: 36, 74 and BA. RGB value is (54,116,186). Sum of RGB (Red+Green+Blue) = 54+116+186=356 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.17% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #3674BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3674BA is #C98B45. Grayscale: #696969. Windows color (decimal): -13208390 or 12219446. OLE color: 12219446.

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

Color convert

RGB54116186-
CMYK0.710.3800.27
HSL211.82º55%47.06%-
HSV(B)211.82º70.97%72.94%-
XYZ16.6316.8248.82-
YUV105.44173.4691.31-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.17%
GREEN value IS 116 (45.70% from 255) = 32.58%
BLUE value IS 186 (73.05% from 255) = 52.25%
R=15.17%
G=32.58%
B=52.25%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal541161860.710.3800.27211.825547.06
Hex3674BA472601Bd4372f
Octal66164272107460333246757
Binary110110111010010111010100011110011001101111010100110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3674BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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