#3480B0

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

Shades of Curious Blue #3480B0

Tints of Curious Blue #3480B0

Color information

#3480B0 (or 0x3480B0) is unknown color: approx Curious Blue. HEX triplet: 34, 80 and B0. RGB value is (52,128,176). Sum of RGB (Red+Green+Blue) = 52+128+176=356 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.61% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 176 (69.14% from 255 or 49.44% from 356); Max value from RGB is 176 - color contains mainly: blue. Hex color #3480B0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3480B0 is #CB7F4F. Grayscale: #6E6E6E. Windows color (decimal): -13336400 or 11567156. OLE color: 11567156.

HSL color Cylindrical-coordinate representation of color #3480B0: hue angle of 203.23º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3480B0 is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB52128176-
CMYK0.700.2700.31
HSL203.23º54.39%44.71%-
HSV(B)203.23º70.45%69.02%-
XYZ16.9719.343.91-
YUV110.75164.8286.1-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.61%
GREEN value IS 128 (50.39% from 255) = 35.96%
BLUE value IS 176 (69.14% from 255) = 49.44%
R=14.61%
G=35.96%
B=49.44%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal521281760.700.2700.31203.2354.3944.71
Hex3480B0461B01Fcb362d
Octal64200260106330373136655
Binary110100100000001011000010001101101101111111001011110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3480B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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