#3593C4

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

Shades of Curious Blue #3593C4

Tints of Curious Blue #3593C4

Color information

#3593C4 (or 0x3593C4) is unknown color: approx Curious Blue. HEX triplet: 35, 93 and C4. RGB value is (53,147,196). Sum of RGB (Red+Green+Blue) = 53+147+196=396 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.38% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 196 (76.95% from 255 or 49.49% from 396); Max value from RGB is 196 - color contains mainly: blue. Hex color #3593C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3593C4 is #CA6C3B. Grayscale: #7C7C7C. Windows color (decimal): -13265980 or 12882741. OLE color: 12882741.

HSL color Cylindrical-coordinate representation of color #3593C4: hue angle of 200.56º 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 #3593C4 is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB53147196-
CMYK0.730.2500.23
HSL200.56º57.43%48.82%-
HSV(B)200.56º72.96%76.86%-
XYZ21.8725.6156.02-
YUV124.48168.3677.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.38%
GREEN value IS 147 (57.81% from 255) = 37.12%
BLUE value IS 196 (76.95% from 255) = 49.49%
R=13.38%
G=37.12%
B=49.49%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal531471960.730.2500.23200.5657.4348.82
Hex3593C44919017c93931
Octal65223304111310273117161
Binary110101100100111100010010010011100101011111001001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3593C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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