#3486AD

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

Shades of Curious Blue #3486AD

Tints of Curious Blue #3486AD

Color information

#3486AD (or 0x3486AD) is unknown color: approx Curious Blue. HEX triplet: 34, 86 and AD. RGB value is (52,134,173). Sum of RGB (Red+Green+Blue) = 52+134+173=359 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.48% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #3486AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3486AD is #CB7952. Grayscale: #717171. Windows color (decimal): -13334867 or 11372084. OLE color: 11372084.

HSL color Cylindrical-coordinate representation of color #3486AD: hue angle of 199.34º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3486AD is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB52134173-
CMYK0.700.2300.32
HSL199.34º53.78%44.12%-
HSV(B)199.34º69.94%67.84%-
XYZ17.4820.842.63-
YUV113.93161.3383.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.48%
GREEN value IS 134 (52.73% from 255) = 37.33%
BLUE value IS 173 (67.97% from 255) = 48.19%
R=14.48%
G=37.33%
B=48.19%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal521341730.700.2300.32199.3453.7844.12
Hex3486AD4617020c7362c
Octal64206255106270403076654
Binary1101001000011010101101100011010111010000011000111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3486AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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