#3478B3

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

Shades of Curious Blue #3478B3

Tints of Curious Blue #3478B3

Color information

#3478B3 (or 0x3478B3) is unknown color: approx Curious Blue. HEX triplet: 34, 78 and B3. RGB value is (52,120,179). Sum of RGB (Red+Green+Blue) = 52+120+179=351 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.81% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 179 (70.31% from 255 or 51.00% from 351); Max value from RGB is 179 - color contains mainly: blue. Hex color #3478B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3478B3 is #CB874C. Grayscale: #6A6A6A. Windows color (decimal): -13338445 or 11761716. OLE color: 11761716.

HSL color Cylindrical-coordinate representation of color #3478B3: hue angle of 207.87º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3478B3 is Cyan = 0.71, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB52120179-
CMYK0.710.3300.30
HSL207.87º54.98%45.29%-
HSV(B)207.87º70.95%70.2%-
XYZ16.2717.4245.15-
YUV106.39168.9789.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.81%
GREEN value IS 120 (47.27% from 255) = 34.19%
BLUE value IS 179 (70.31% from 255) = 51.00%
R=14.81%
G=34.19%
B=51.00%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal521201790.710.3300.30207.8754.9845.29
Hex3478B3472101Ed0372d
Octal64170263107410363206755
Binary110100111100010110011100011110000101111011010000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3478B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3478B3; }

 p { color: rgb(52,120,179); }

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

<style>
 a { background-color: #3478B3; }

 a { background-color: rgb(52,120,179); }

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

<style>
 span { border-color: #3478B3; }

 span { border-color: rgb(52,120,179); }

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