#3486B3

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

Shades of Curious Blue #3486B3

Tints of Curious Blue #3486B3

Color information

#3486B3 (or 0x3486B3) is unknown color: approx Curious Blue. HEX triplet: 34, 86 and B3. RGB value is (52,134,179). Sum of RGB (Red+Green+Blue) = 52+134+179=365 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.25% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 179 (70.31% from 255 or 49.04% from 365); Max value from RGB is 179 - color contains mainly: blue. Hex color #3486B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3486B3 is #CB794C. Grayscale: #727272. Windows color (decimal): -13334861 or 11765300. OLE color: 11765300.

HSL color Cylindrical-coordinate representation of color #3486B3: hue angle of 201.26º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3486B3 is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB52134179-
CMYK0.710.2500.30
HSL201.26º54.98%45.29%-
HSV(B)201.26º70.95%70.2%-
XYZ18.0821.0345.76-
YUV114.61164.3383.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.25%
GREEN value IS 134 (52.73% from 255) = 36.71%
BLUE value IS 179 (70.31% from 255) = 49.04%
R=14.25%
G=36.71%
B=49.04%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal521341790.710.2500.30201.2654.9845.29
Hex3486B3471901Ec9372d
Octal64206263107310363116755
Binary110100100001101011001110001111100101111011001001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3486B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3486B3; }

 p { color: rgb(52,134,179); }

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

<style>
 a { background-color: #3486B3; }

 a { background-color: rgb(52,134,179); }

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

<style>
 span { border-color: #3486B3; }

 span { border-color: rgb(52,134,179); }

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