#3B84D8

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

Shades of Curious Blue #3B84D8

Tints of Curious Blue #3B84D8

Color information

#3B84D8 (or 0x3B84D8) is unknown color: approx Curious Blue. HEX triplet: 3B, 84 and D8. RGB value is (59,132,216). Sum of RGB (Red+Green+Blue) = 59+132+216=407 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.50% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 216 (84.77% from 255 or 53.07% from 407); Max value from RGB is 216 - color contains mainly: blue. Hex color #3B84D8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B84D8 is #C47B27. Grayscale: #777777. Windows color (decimal): -12876584 or 14189627. OLE color: 14189627.

HSL color Cylindrical-coordinate representation of color #3B84D8: hue angle of 212.1º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B84D8 is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB59132216-
CMYK0.730.3900.15
HSL212.1º66.81%53.92%-
HSV(B)212.1º72.69%84.71%-
XYZ22.4522.3968.1-
YUV119.75182.3284.67-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.50%
GREEN value IS 132 (51.95% from 255) = 32.43%
BLUE value IS 216 (84.77% from 255) = 53.07%
R=14.50%
G=32.43%
B=53.07%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal591322160.730.3900.15212.166.8153.92
Hex3B84D849270Fd44336
Octal732043301114701732410366
Binary1110111000010011011000100100110011101111110101001000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B84D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,132,216); }

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

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

 a { background-color: rgb(59,132,216); }

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

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

 span { border-color: rgb(59,132,216); }

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