#3492C0

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

Shades of Curious Blue #3492C0

Tints of Curious Blue #3492C0

Color information

#3492C0 (or 0x3492C0) is unknown color: approx Curious Blue. HEX triplet: 34, 92 and C0. RGB value is (52,146,192). Sum of RGB (Red+Green+Blue) = 52+146+192=390 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.33% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 192 (75.39% from 255 or 49.23% from 390); Max value from RGB is 192 - color contains mainly: blue. Hex color #3492C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3492C0 is #CB6D3F. Grayscale: #7A7A7A. Windows color (decimal): -13331776 or 12620340. OLE color: 12620340.

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

Color convert

RGB52146192-
CMYK0.730.2400.25
HSL199.71º57.38%47.84%-
HSV(B)199.71º72.92%75.29%-
XYZ21.2125.0953.59-
YUV123.14166.8677.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.33%
GREEN value IS 146 (57.42% from 255) = 37.44%
BLUE value IS 192 (75.39% from 255) = 49.23%
R=13.33%
G=37.44%
B=49.23%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal521461920.730.2400.25199.7157.3847.84
Hex3492C04918019c83930
Octal64222300111300313107160
Binary110100100100101100000010010011100001100111001000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3492C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3492C0; }

 p { color: rgb(52,146,192); }

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

<style>
 a { background-color: #3492C0; }

 a { background-color: rgb(52,146,192); }

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

<style>
 span { border-color: #3492C0; }

 span { border-color: rgb(52,146,192); }

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