#3480CA

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

Shades of Curious Blue #3480CA

Tints of Curious Blue #3480CA

Color information

#3480CA (or 0x3480CA) is unknown color: approx Curious Blue. HEX triplet: 34, 80 and CA. RGB value is (52,128,202). Sum of RGB (Red+Green+Blue) = 52+128+202=382 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.61% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 202 (79.30% from 255 or 52.88% from 382); Max value from RGB is 202 - color contains mainly: blue. Hex color #3480CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3480CA is #CB7F35. Grayscale: #717171. Windows color (decimal): -13336374 or 13271092. OLE color: 13271092.

HSL color Cylindrical-coordinate representation of color #3480CA: hue angle of 209.6º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3480CA is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB52128202-
CMYK0.740.3700.21
HSL209.6º59.06%49.8%-
HSV(B)209.6º74.26%79.22%-
XYZ19.820.4358.78-
YUV113.71177.8283.98-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.61%
GREEN value IS 128 (50.39% from 255) = 33.51%
BLUE value IS 202 (79.30% from 255) = 52.88%
R=13.61%
G=33.51%
B=52.88%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal521282020.740.3700.21209.659.0649.8
Hex3480CA4A25015d23b32
Octal64200312112450253227362
Binary1101001000000011001010100101010010101010111010010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3480CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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