#3B83D7

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

Shades of Curious Blue #3B83D7

Tints of Curious Blue #3B83D7

Color information

#3B83D7 (or 0x3B83D7) is unknown color: approx Curious Blue. HEX triplet: 3B, 83 and D7. RGB value is (59,131,215). Sum of RGB (Red+Green+Blue) = 59+131+215=405 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.57% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 215 (84.38% from 255 or 53.09% from 405); Max value from RGB is 215 - color contains mainly: blue. Hex color #3B83D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B83D7 is #C47C28. Grayscale: #767676. Windows color (decimal): -12876841 or 14123835. OLE color: 14123835.

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

Color convert

RGB59131215-
CMYK0.730.3900.16
HSL212.31º66.1%53.73%-
HSV(B)212.31º72.56%84.31%-
XYZ22.1922.0767.38-
YUV119.05182.1585.17-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.57%
GREEN value IS 131 (51.56% from 255) = 32.35%
BLUE value IS 215 (84.38% from 255) = 53.09%
R=14.57%
G=32.35%
B=53.09%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal591312150.730.3900.16212.3166.153.73
Hex3B83D74927010d44236
Octal732033271114702032410266
Binary11101110000011110101111001001100111010000110101001000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B83D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,131,215); }

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

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

 a { background-color: rgb(59,131,215); }

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

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

 span { border-color: rgb(59,131,215); }

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