#3588c4

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

Shades of Curious Blue #3588C4

Tints of Curious Blue #3588C4

Color information

#3588C4 (or 0x3588C4) is unknown color: approx Curious Blue. HEX triplet: 35, 88 and C4. RGB value is (53,136,196). Sum of RGB (Red+Green+Blue) = 53+136+196=385 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.77% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 196 (76.95% from 255 or 50.91% from 385); Max value from RGB is 196 - color contains mainly: blue. Hex color #3588C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3588C4 is #CA773B. Grayscale: #757575. Windows color (decimal): -13268796 or 12879925. OLE color: 12879925.

HSL color Cylindrical-coordinate representation of color #3588C4: hue angle of 205.17º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3588C4 is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB53136196-
CMYK0.730.3100.23
HSL205.17º57.43%48.82%-
HSV(B)205.17º72.96%76.86%-
XYZ20.2422.3555.47-
YUV118.0217281.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.77%
GREEN value IS 136 (53.52% from 255) = 35.32%
BLUE value IS 196 (76.95% from 255) = 50.91%
R=13.77%
G=35.32%
B=50.91%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal531361960.730.3100.23205.1757.4348.82
Hex3588C4491F017cd3931
Octal65210304111370273157161
Binary110101100010001100010010010011111101011111001101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3588c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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