#3480AE

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

Shades of Curious Blue #3480AE

Tints of Curious Blue #3480AE

Color information

#3480AE (or 0x3480AE) is unknown color: approx Curious Blue. HEX triplet: 34, 80 and AE. RGB value is (52,128,174). Sum of RGB (Red+Green+Blue) = 52+128+174=354 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.69% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #3480AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3480AE is #CB7F51. Grayscale: #6E6E6E. Windows color (decimal): -13336402 or 11436084. OLE color: 11436084.

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

Color convert

RGB52128174-
CMYK0.700.2600.32
HSL202.62º53.98%44.31%-
HSV(B)202.62º70.11%68.24%-
XYZ16.7819.2242.87-
YUV110.52163.8286.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.69%
GREEN value IS 128 (50.39% from 255) = 36.16%
BLUE value IS 174 (68.36% from 255) = 49.15%
R=14.69%
G=36.16%
B=49.15%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal521281740.700.2600.32202.6253.9844.31
Hex3480AE461A020cb362c
Octal64200256106320403136654
Binary1101001000000010101110100011011010010000011001011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3480AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3480AE; }

 p { color: rgb(52,128,174); }

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

<style>
 a { background-color: #3480AE; }

 a { background-color: rgb(52,128,174); }

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

<style>
 span { border-color: #3480AE; }

 span { border-color: rgb(52,128,174); }

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