#3480BF

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

Shades of Curious Blue #3480BF

Tints of Curious Blue #3480BF

Color information

#3480BF (or 0x3480BF) is unknown color: approx Curious Blue. HEX triplet: 34, 80 and BF. RGB value is (52,128,191). Sum of RGB (Red+Green+Blue) = 52+128+191=371 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.02% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 191 (75% from 255 or 51.48% from 371); Max value from RGB is 191 - color contains mainly: blue. Hex color #3480BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3480BF is #CB7F40. Grayscale: #707070. Windows color (decimal): -13336385 or 12550196. OLE color: 12550196.

HSL color Cylindrical-coordinate representation of color #3480BF: hue angle of 207.19º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3480BF is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB52128191-
CMYK0.730.3300.25
HSL207.19º57.2%47.65%-
HSV(B)207.19º72.77%74.9%-
XYZ18.5419.9352.16-
YUV112.46172.3284.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.02%
GREEN value IS 128 (50.39% from 255) = 34.50%
BLUE value IS 191 (75% from 255) = 51.48%
R=14.02%
G=34.50%
B=51.48%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal521281910.730.3300.25207.1957.247.65
Hex3480BF4921019cf3930
Octal64200277111410313177160
Binary1101001000000010111111100100110000101100111001111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3480BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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