#3591BE

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

Shades of Curious Blue #3591BE

Tints of Curious Blue #3591BE

Color information

#3591BE (or 0x3591BE) is unknown color: approx Curious Blue. HEX triplet: 35, 91 and BE. RGB value is (53,145,190). Sum of RGB (Red+Green+Blue) = 53+145+190=388 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.66% from 388); Green value is 145 (57.03% from 255 or 37.37% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #3591BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3591BE is #CA6E41. Grayscale: #7A7A7A. Windows color (decimal): -13266498 or 12489013. OLE color: 12489013.

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

Color convert

RGB53145190-
CMYK0.720.2400.25
HSL199.71º56.38%47.65%-
HSV(B)199.71º72.11%74.51%-
XYZ20.8924.7352.39-
YUV122.62166.0278.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.66%
GREEN value IS 145 (57.03% from 255) = 37.37%
BLUE value IS 190 (74.61% from 255) = 48.97%
R=13.66%
G=37.37%
B=48.97%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal531451900.720.2400.25199.7156.3847.65
Hex3591BE4818019c83830
Octal65221276110300313107060
Binary110101100100011011111010010001100001100111001000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3591BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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