#3497C4

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

Shades of Curious Blue #3497C4

Tints of Curious Blue #3497C4

Color information

#3497C4 (or 0x3497C4) is unknown color: approx Curious Blue. HEX triplet: 34, 97 and C4. RGB value is (52,151,196). Sum of RGB (Red+Green+Blue) = 52+151+196=399 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.03% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 196 (76.95% from 255 or 49.12% from 399); Max value from RGB is 196 - color contains mainly: blue. Hex color #3497C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3497C4 is #CB683B. Grayscale: #7E7E7E. Windows color (decimal): -13330492 or 12883764. OLE color: 12883764.

HSL color Cylindrical-coordinate representation of color #3497C4: hue angle of 198.75º 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 #3497C4 is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB52151196-
CMYK0.730.2300.23
HSL198.75º58.06%48.63%-
HSV(B)198.75º73.47%76.86%-
XYZ22.4526.8556.22-
YUV126.53167.274.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.03%
GREEN value IS 151 (59.38% from 255) = 37.84%
BLUE value IS 196 (76.95% from 255) = 49.12%
R=13.03%
G=37.84%
B=49.12%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal521511960.730.2300.23198.7558.0648.63
Hex3497C44917017c73a31
Octal64227304111270273077261
Binary110100100101111100010010010011011101011111000111111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3497C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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