#3B84B5

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

Shades of Curious Blue #3B84B5

Tints of Curious Blue #3B84B5

Color information

#3B84B5 (or 0x3B84B5) is unknown color: approx Curious Blue. HEX triplet: 3B, 84 and B5. RGB value is (59,132,181). Sum of RGB (Red+Green+Blue) = 59+132+181=372 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.86% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 181 (71.09% from 255 or 48.66% from 372); Max value from RGB is 181 - color contains mainly: blue. Hex color #3B84B5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B84B5 is #C47B4A. Grayscale: #737373. Windows color (decimal): -12876619 or 11895867. OLE color: 11895867.

HSL color Cylindrical-coordinate representation of color #3B84B5: hue angle of 204.1º 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 #3B84B5 is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB59132181-
CMYK0.670.2700.29
HSL204.1º50.83%47.06%-
HSV(B)204.1º67.4%70.98%-
XYZ18.420.7746.76-
YUV115.76164.8287.52-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.86%
GREEN value IS 132 (51.95% from 255) = 35.48%
BLUE value IS 181 (71.09% from 255) = 48.66%
R=15.86%
G=35.48%
B=48.66%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal591321810.670.2700.29204.150.8347.06
Hex3B84B5431B01Dcc332f
Octal73204265103330353146357
Binary111011100001001011010110000111101101110111001100110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B84B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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