#3593BA

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

Shades of Curious Blue #3593BA

Tints of Curious Blue #3593BA

Color information

#3593BA (or 0x3593BA) is unknown color: approx Curious Blue. HEX triplet: 35, 93 and BA. RGB value is (53,147,186). Sum of RGB (Red+Green+Blue) = 53+147+186=386 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.73% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #3593BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3593BA is #CA6C45. Grayscale: #7B7B7B. Windows color (decimal): -13265990 or 12227381. OLE color: 12227381.

HSL color Cylindrical-coordinate representation of color #3593BA: hue angle of 197.59º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3593BA is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB53147186-
CMYK0.720.2100.27
HSL197.59º55.65%46.86%-
HSV(B)197.59º71.51%72.94%-
XYZ20.7625.1750.22-
YUV123.34163.3677.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.73%
GREEN value IS 147 (57.81% from 255) = 38.08%
BLUE value IS 186 (73.05% from 255) = 48.19%
R=13.73%
G=38.08%
B=48.19%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531471860.720.2100.27197.5955.6546.86
Hex3593BA481501Bc6382f
Octal65223272110250333067057
Binary110101100100111011101010010001010101101111000110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3593BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3593BA; }

 p { color: rgb(53,147,186); }

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

<style>
 a { background-color: #3593BA; }

 a { background-color: rgb(53,147,186); }

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

<style>
 span { border-color: #3593BA; }

 span { border-color: rgb(53,147,186); }

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