#3484BA

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

Shades of Curious Blue #3484BA

Tints of Curious Blue #3484BA

Color information

#3484BA (or 0x3484BA) is unknown color: approx Curious Blue. HEX triplet: 34, 84 and BA. RGB value is (52,132,186). Sum of RGB (Red+Green+Blue) = 52+132+186=370 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.05% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #3484BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3484BA is #CB7B45. Grayscale: #717171. Windows color (decimal): -13335366 or 12223540. OLE color: 12223540.

HSL color Cylindrical-coordinate representation of color #3484BA: hue angle of 204.18º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3484BA is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB52132186-
CMYK0.720.2900.27
HSL204.18º56.3%46.67%-
HSV(B)204.18º72.04%72.94%-
XYZ18.5320.7849.49-
YUV114.24168.583.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.05%
GREEN value IS 132 (51.95% from 255) = 35.68%
BLUE value IS 186 (73.05% from 255) = 50.27%
R=14.05%
G=35.68%
B=50.27%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal521321860.720.2900.27204.1856.346.67
Hex3484BA481D01Bcc382f
Octal64204272110350333147057
Binary110100100001001011101010010001110101101111001100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3484BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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