#3588BA

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

Shades of Curious Blue #3588BA

Tints of Curious Blue #3588BA

Color information

#3588BA (or 0x3588BA) is unknown color: approx Curious Blue. HEX triplet: 35, 88 and BA. RGB value is (53,136,186). Sum of RGB (Red+Green+Blue) = 53+136+186=375 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.13% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #3588BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3588BA is #CA7745. Grayscale: #747474. Windows color (decimal): -13268806 or 12224565. OLE color: 12224565.

HSL color Cylindrical-coordinate representation of color #3588BA: hue angle of 202.56º 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 #3588BA is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB53136186-
CMYK0.720.2700.27
HSL202.56º55.65%46.86%-
HSV(B)202.56º71.51%72.94%-
XYZ19.1421.9149.67-
YUV116.8816782.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.13%
GREEN value IS 136 (53.52% from 255) = 36.27%
BLUE value IS 186 (73.05% from 255) = 49.6%
R=14.13%
G=36.27%
B=49.6%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531361860.720.2700.27202.5655.6546.86
Hex3588BA481B01Bcb382f
Octal65210272110330333137057
Binary110101100010001011101010010001101101101111001011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3588BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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