#3493C0

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

Shades of Curious Blue #3493C0

Tints of Curious Blue #3493C0

Color information

#3493C0 (or 0x3493C0) is unknown color: approx Curious Blue. HEX triplet: 34, 93 and C0. RGB value is (52,147,192). Sum of RGB (Red+Green+Blue) = 52+147+192=391 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.30% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 192 (75.39% from 255 or 49.10% from 391); Max value from RGB is 192 - color contains mainly: blue. Hex color #3493C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3493C0 is #CB6C3F. Grayscale: #7B7B7B. Windows color (decimal): -13331520 or 12620596. OLE color: 12620596.

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

Color convert

RGB52147192-
CMYK0.730.2300.25
HSL199.29º57.38%47.84%-
HSV(B)199.29º72.92%75.29%-
XYZ21.3625.453.65-
YUV123.72166.5376.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.30%
GREEN value IS 147 (57.81% from 255) = 37.60%
BLUE value IS 192 (75.39% from 255) = 49.10%
R=13.30%
G=37.60%
B=49.10%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal521471920.730.2300.25199.2957.3847.84
Hex3493C04917019c73930
Octal64223300111270313077160
Binary110100100100111100000010010011011101100111000111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3493C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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