#3580D6

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

Shades of Curious Blue #3580D6

Tints of Curious Blue #3580D6

Color information

#3580D6 (or 0x3580D6) is unknown color: approx Curious Blue. HEX triplet: 35, 80 and D6. RGB value is (53,128,214). Sum of RGB (Red+Green+Blue) = 53+128+214=395 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.42% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 214 (83.98% from 255 or 54.18% from 395); Max value from RGB is 214 - color contains mainly: blue. Hex color #3580D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3580D6 is #CA7F29. Grayscale: #727272. Windows color (decimal): -13270826 or 14057525. OLE color: 14057525.

HSL color Cylindrical-coordinate representation of color #3580D6: hue angle of 212.05º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3580D6 is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB53128214-
CMYK0.750.4000.16
HSL212.05º66.26%52.35%-
HSV(B)212.05º75.23%83.92%-
XYZ21.3221.0566.56-
YUV115.38183.6583.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.42%
GREEN value IS 128 (50.39% from 255) = 32.41%
BLUE value IS 214 (83.98% from 255) = 54.18%
R=13.42%
G=32.41%
B=54.18%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal531282140.750.4000.16212.0566.2652.35
Hex3580D64B28010d44234
Octal652003261135002032410264
Binary11010110000000110101101001011101000010000110101001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3580D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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