#3487C4

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

Shades of Curious Blue #3487C4

Tints of Curious Blue #3487C4

Color information

#3487C4 (or 0x3487C4) is unknown color: approx Curious Blue. HEX triplet: 34, 87 and C4. RGB value is (52,135,196). Sum of RGB (Red+Green+Blue) = 52+135+196=383 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.58% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 196 (76.95% from 255 or 51.17% from 383); Max value from RGB is 196 - color contains mainly: blue. Hex color #3487C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3487C4 is #CB783B. Grayscale: #747474. Windows color (decimal): -13334588 or 12879668. OLE color: 12879668.

HSL color Cylindrical-coordinate representation of color #3487C4: hue angle of 205.42º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3487C4 is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB52135196-
CMYK0.730.3100.23
HSL205.42º58.06%48.63%-
HSV(B)205.42º73.47%76.86%-
XYZ20.0422.0455.42-
YUV117.14172.581.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.58%
GREEN value IS 135 (53.12% from 255) = 35.25%
BLUE value IS 196 (76.95% from 255) = 51.17%
R=13.58%
G=35.25%
B=51.17%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal521351960.730.3100.23205.4258.0648.63
Hex3487C4491F017cd3a31
Octal64207304111370273157261
Binary110100100001111100010010010011111101011111001101111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3487C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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