#3487CE

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

Shades of Curious Blue #3487CE

Tints of Curious Blue #3487CE

Color information

#3487CE (or 0x3487CE) is unknown color: approx Curious Blue. HEX triplet: 34, 87 and CE. RGB value is (52,135,206). Sum of RGB (Red+Green+Blue) = 52+135+206=393 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.23% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #3487CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3487CE is #CB7831. Grayscale: #757575. Windows color (decimal): -13334578 or 13535028. OLE color: 13535028.

HSL color Cylindrical-coordinate representation of color #3487CE: hue angle of 207.66º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3487CE is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB52135206-
CMYK0.750.3400.19
HSL207.66º61.11%50.59%-
HSV(B)207.66º74.76%80.78%-
XYZ21.2222.5161.62-
YUV118.28177.580.73-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.23%
GREEN value IS 135 (53.12% from 255) = 34.35%
BLUE value IS 206 (80.86% from 255) = 52.42%
R=13.23%
G=34.35%
B=52.42%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal521352060.750.3400.19207.6661.1150.59
Hex3487CE4B22013d03d33
Octal64207316113420233207563
Binary1101001000011111001110100101110001001001111010000111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3487CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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