#3489BA

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

Shades of Curious Blue #3489BA

Tints of Curious Blue #3489BA

Color information

#3489BA (or 0x3489BA) is unknown color: approx Curious Blue. HEX triplet: 34, 89 and BA. RGB value is (52,137,186). Sum of RGB (Red+Green+Blue) = 52+137+186=375 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.87% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #3489BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3489BA is #CB7645. Grayscale: #747474. Windows color (decimal): -13334086 or 12224820. OLE color: 12224820.

HSL color Cylindrical-coordinate representation of color #3489BA: hue angle of 201.94º 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 #3489BA is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB52137186-
CMYK0.720.2600.27
HSL201.94º56.3%46.67%-
HSV(B)201.94º72.04%72.94%-
XYZ19.2222.1749.72-
YUV117.17166.8481.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.87%
GREEN value IS 137 (53.91% from 255) = 36.53%
BLUE value IS 186 (73.05% from 255) = 49.6%
R=13.87%
G=36.53%
B=49.6%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal521371860.720.2600.27201.9456.346.67
Hex3489BA481A01Bca382f
Octal64211272110320333127057
Binary110100100010011011101010010001101001101111001010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3489BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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