#3580C4

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

Shades of Curious Blue #3580C4

Tints of Curious Blue #3580C4

Color information

#3580C4 (or 0x3580C4) is unknown color: approx Curious Blue. HEX triplet: 35, 80 and C4. RGB value is (53,128,196). Sum of RGB (Red+Green+Blue) = 53+128+196=377 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.06% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 196 (76.95% from 255 or 51.99% from 377); Max value from RGB is 196 - color contains mainly: blue. Hex color #3580C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3580C4 is #CA7F3B. Grayscale: #707070. Windows color (decimal): -13270844 or 12877877. OLE color: 12877877.

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

Color convert

RGB53128196-
CMYK0.730.3500.23
HSL208.53º57.43%48.82%-
HSV(B)208.53º72.96%76.86%-
XYZ19.1520.1855.11-
YUV113.33174.6584.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.06%
GREEN value IS 128 (50.39% from 255) = 33.95%
BLUE value IS 196 (76.95% from 255) = 51.99%
R=14.06%
G=33.95%
B=51.99%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal531281960.730.3500.23208.5357.4348.82
Hex3580C44923017d13931
Octal65200304111430273217161
Binary1101011000000011000100100100110001101011111010001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3580C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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