#3B82D5

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

Shades of Curious Blue #3B82D5

Tints of Curious Blue #3B82D5

Color information

#3B82D5 (or 0x3B82D5) is unknown color: approx Curious Blue. HEX triplet: 3B, 82 and D5. RGB value is (59,130,213). Sum of RGB (Red+Green+Blue) = 59+130+213=402 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.68% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 213 (83.59% from 255 or 52.99% from 402); Max value from RGB is 213 - color contains mainly: blue. Hex color #3B82D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B82D5 is #C47D2A. Grayscale: #757575. Windows color (decimal): -12877099 or 13992507. OLE color: 13992507.

HSL color Cylindrical-coordinate representation of color #3B82D5: hue angle of 212.34º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3B82D5 is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB59130213-
CMYK0.720.3900.16
HSL212.34º64.71%53.33%-
HSV(B)212.34º72.3%83.53%-
XYZ21.821.765.99-
YUV118.23181.4885.75-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.68%
GREEN value IS 130 (51.17% from 255) = 32.34%
BLUE value IS 213 (83.59% from 255) = 52.99%
R=14.68%
G=32.34%
B=52.99%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal591302130.720.3900.16212.3464.7153.33
Hex3B82D54827010d44135
Octal732023251104702032410165
Binary11101110000010110101011001000100111010000110101001000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B82D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B82D5; }

 p { color: rgb(59,130,213); }

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

<style>
 a { background-color: #3B82D5; }

 a { background-color: rgb(59,130,213); }

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

<style>
 span { border-color: #3B82D5; }

 span { border-color: rgb(59,130,213); }

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