#3485AD

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

Shades of Curious Blue #3485AD

Tints of Curious Blue #3485AD

Color information

#3485AD (or 0x3485AD) is unknown color: approx Curious Blue. HEX triplet: 34, 85 and AD. RGB value is (52,133,173). Sum of RGB (Red+Green+Blue) = 52+133+173=358 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.53% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 173 - color contains mainly: blue. Hex color #3485AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3485AD is #CB7A52. Grayscale: #717171. Windows color (decimal): -13335123 or 11371828. OLE color: 11371828.

HSL color Cylindrical-coordinate representation of color #3485AD: hue angle of 199.83º 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 #3485AD is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB52133173-
CMYK0.700.2300.32
HSL199.83º53.78%44.12%-
HSV(B)199.83º69.94%67.84%-
XYZ17.3520.5242.58-
YUV113.34161.6684.25-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.53%
GREEN value IS 133 (52.34% from 255) = 37.15%
BLUE value IS 173 (67.97% from 255) = 48.32%
R=14.53%
G=37.15%
B=48.32%

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
Decimal521331730.700.2300.32199.8353.7844.12
Hex3485AD4617020c8362c
Octal64205255106270403106654
Binary1101001000010110101101100011010111010000011001000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3485AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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