#3B81B5

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

Shades of Curious Blue #3B81B5

Tints of Curious Blue #3B81B5

Color information

#3B81B5 (or 0x3B81B5) is unknown color: approx Curious Blue. HEX triplet: 3B, 81 and B5. RGB value is (59,129,181). Sum of RGB (Red+Green+Blue) = 59+129+181=369 (48% of max value = 765). Red value is 59 (23.44% from 255 or 15.99% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 181 (71.09% from 255 or 49.05% from 369); Max value from RGB is 181 - color contains mainly: blue. Hex color #3B81B5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B81B5 is #C47E4A. Grayscale: #717171. Windows color (decimal): -12877387 or 11895099. OLE color: 11895099.

HSL color Cylindrical-coordinate representation of color #3B81B5: hue angle of 205.57º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3B81B5 is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB59129181-
CMYK0.670.2900.29
HSL205.57º50.83%47.06%-
HSV(B)205.57º67.4%70.98%-
XYZ17.9919.9746.62-
YUV114165.8188.77-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.99%
GREEN value IS 129 (50.78% from 255) = 34.96%
BLUE value IS 181 (71.09% from 255) = 49.05%
R=15.99%
G=34.96%
B=49.05%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal591291810.670.2900.29205.5750.8347.06
Hex3B81B5431D01Dce332f
Octal73201265103350353166357
Binary111011100000011011010110000111110101110111001110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B81B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,129,181); }

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

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

 a { background-color: rgb(59,129,181); }

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

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

 span { border-color: rgb(59,129,181); }

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