#3591C1

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

Shades of Curious Blue #3591C1

Tints of Curious Blue #3591C1

Color information

#3591C1 (or 0x3591C1) is unknown color: approx Curious Blue. HEX triplet: 35, 91 and C1. RGB value is (53,145,193). Sum of RGB (Red+Green+Blue) = 53+145+193=391 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.55% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 193 (75.78% from 255 or 49.36% from 391); Max value from RGB is 193 - color contains mainly: blue. Hex color #3591C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3591C1 is #CA6E3E. Grayscale: #7A7A7A. Windows color (decimal): -13266495 or 12685621. OLE color: 12685621.

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

Color convert

RGB53145193-
CMYK0.730.2500.24
HSL200.57º56.91%48.24%-
HSV(B)200.57º72.54%75.69%-
XYZ21.2224.8654.13-
YUV122.96167.5278.1-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.55%
GREEN value IS 145 (57.03% from 255) = 37.08%
BLUE value IS 193 (75.78% from 255) = 49.36%
R=13.55%
G=37.08%
B=49.36%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal531451930.730.2500.24200.5756.9148.24
Hex3591C14919018c93930
Octal65221301111310303117160
Binary110101100100011100000110010011100101100011001001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3591C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3591C1; }

 p { color: rgb(53,145,193); }

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

<style>
 a { background-color: #3591C1; }

 a { background-color: rgb(53,145,193); }

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

<style>
 span { border-color: #3591C1; }

 span { border-color: rgb(53,145,193); }

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