#3484D1

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

Shades of Curious Blue #3484D1

Tints of Curious Blue #3484D1

Color information

#3484D1 (or 0x3484D1) is unknown color: approx Curious Blue. HEX triplet: 34, 84 and D1. RGB value is (52,132,209). Sum of RGB (Red+Green+Blue) = 52+132+209=393 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.23% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 209 (82.03% from 255 or 53.18% from 393); Max value from RGB is 209 - color contains mainly: blue. Hex color #3484D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3484D1 is #CB7B2E. Grayscale: #747474. Windows color (decimal): -13335343 or 13730868. OLE color: 13730868.

HSL color Cylindrical-coordinate representation of color #3484D1: hue angle of 209.43º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3484D1 is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB52132209-
CMYK0.750.3700.18
HSL209.43º63.05%51.18%-
HSV(B)209.43º75.12%81.96%-
XYZ21.1821.8463.42-
YUV116.8618081.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.23%
GREEN value IS 132 (51.95% from 255) = 33.59%
BLUE value IS 209 (82.03% from 255) = 53.18%
R=13.23%
G=33.59%
B=53.18%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal521322090.750.3700.18209.4363.0551.18
Hex3484D14B25012d13f33
Octal64204321113450223217763
Binary1101001000010011010001100101110010101001011010001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3484D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3484D1; }

 p { color: rgb(52,132,209); }

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

<style>
 a { background-color: #3484D1; }

 a { background-color: rgb(52,132,209); }

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

<style>
 span { border-color: #3484D1; }

 span { border-color: rgb(52,132,209); }

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