#3487be

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

Shades of Curious Blue #3487BE

Tints of Curious Blue #3487BE

Color information

#3487BE (or 0x3487BE) is unknown color: approx Curious Blue. HEX triplet: 34, 87 and BE. RGB value is (52,135,190). Sum of RGB (Red+Green+Blue) = 52+135+190=377 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.79% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #3487BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3487BE is #CB7841. Grayscale: #747474. Windows color (decimal): -13334594 or 12486452. OLE color: 12486452.

HSL color Cylindrical-coordinate representation of color #3487BE: hue angle of 203.91º 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 #3487BE is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB52135190-
CMYK0.730.2900.25
HSL203.91º57.02%47.45%-
HSV(B)203.91º72.63%74.51%-
XYZ19.3721.7851.9-
YUV116.45169.582.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.79%
GREEN value IS 135 (53.12% from 255) = 35.81%
BLUE value IS 190 (74.61% from 255) = 50.40%
R=13.79%
G=35.81%
B=50.40%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal521351900.730.2900.25203.9157.0247.45
Hex3487BE491D019cc392f
Octal64207276111350313147157
Binary110100100001111011111010010011110101100111001100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3487be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3487be; }

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

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

<style>
 a { background-color: #3487be; }

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

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

<style>
 span { border-color: #3487be; }

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

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