#3581D1

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

Shades of Curious Blue #3581D1

Tints of Curious Blue #3581D1

Color information

#3581D1 (or 0x3581D1) is unknown color: approx Curious Blue. HEX triplet: 35, 81 and D1. RGB value is (53,129,209). Sum of RGB (Red+Green+Blue) = 53+129+209=391 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.55% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 209 (82.03% from 255 or 53.45% from 391); Max value from RGB is 209 - color contains mainly: blue. Hex color #3581D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3581D1 is #CA7E2E. Grayscale: #727272. Windows color (decimal): -13270575 or 13730101. OLE color: 13730101.

HSL color Cylindrical-coordinate representation of color #3581D1: hue angle of 210.77º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3581D1 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB53129209-
CMYK0.750.3800.18
HSL210.77º62.9%51.37%-
HSV(B)210.77º74.64%81.96%-
XYZ20.8321.0663.29-
YUV115.4180.8283.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.55%
GREEN value IS 129 (50.78% from 255) = 32.99%
BLUE value IS 209 (82.03% from 255) = 53.45%
R=13.55%
G=32.99%
B=53.45%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal531292090.750.3800.18210.7762.951.37
Hex3581D14B26012d33f33
Octal65201321113460223237763
Binary1101011000000111010001100101110011001001011010011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3581D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3581D1; }

 p { color: rgb(53,129,209); }

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

<style>
 a { background-color: #3581D1; }

 a { background-color: rgb(53,129,209); }

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

<style>
 span { border-color: #3581D1; }

 span { border-color: rgb(53,129,209); }

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