#3489BE

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

Shades of Curious Blue #3489BE

Tints of Curious Blue #3489BE

Color information

#3489BE (or 0x3489BE) is unknown color: approx Curious Blue. HEX triplet: 34, 89 and BE. RGB value is (52,137,190). Sum of RGB (Red+Green+Blue) = 52+137+190=379 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.72% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #3489BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3489BE is #CB7641. Grayscale: #757575. Windows color (decimal): -13334082 or 12486964. OLE color: 12486964.

HSL color Cylindrical-coordinate representation of color #3489BE: hue angle of 203.04º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3489BE is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB52137190-
CMYK0.730.2800.25
HSL203.04º57.02%47.45%-
HSV(B)203.04º72.63%74.51%-
XYZ19.6622.3451.99-
YUV117.63168.8481.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.72%
GREEN value IS 137 (53.91% from 255) = 36.15%
BLUE value IS 190 (74.61% from 255) = 50.13%
R=13.72%
G=36.15%
B=50.13%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal521371900.730.2800.25203.0457.0247.45
Hex3489BE491C019cb392f
Octal64211276111340313137157
Binary110100100010011011111010010011110001100111001011111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3489BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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