#3581BC

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

Shades of Curious Blue #3581BC

Tints of Curious Blue #3581BC

Color information

#3581BC (or 0x3581BC) is unknown color: approx Curious Blue. HEX triplet: 35, 81 and BC. RGB value is (53,129,188). Sum of RGB (Red+Green+Blue) = 53+129+188=370 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.32% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #3581BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3581BC is #CA7E43. Grayscale: #707070. Windows color (decimal): -13270596 or 12353845. OLE color: 12353845.

HSL color Cylindrical-coordinate representation of color #3581BC: hue angle of 206.22º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3581BC is Cyan = 0.72, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB53129188-
CMYK0.720.3100.26
HSL206.22º56.02%47.25%-
HSV(B)206.22º71.81%73.73%-
XYZ18.420.0950.48-
YUV113170.3285.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.32%
GREEN value IS 129 (50.78% from 255) = 34.86%
BLUE value IS 188 (73.83% from 255) = 50.81%
R=14.32%
G=34.86%
B=50.81%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal531291880.720.3100.26206.2256.0247.25
Hex3581BC481F01Ace382f
Octal65201274110370323167057
Binary110101100000011011110010010001111101101011001110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3581BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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