#3B84B4

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

Shades of Curious Blue #3B84B4

Tints of Curious Blue #3B84B4

Color information

#3B84B4 (or 0x3B84B4) is unknown color: approx Curious Blue. HEX triplet: 3B, 84 and B4. RGB value is (59,132,180). Sum of RGB (Red+Green+Blue) = 59+132+180=371 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.90% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 180 (70.70% from 255 or 48.52% from 371); Max value from RGB is 180 - color contains mainly: blue. Hex color #3B84B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B84B4 is #C47B4B. Grayscale: #737373. Windows color (decimal): -12876620 or 11830331. OLE color: 11830331.

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

Color convert

RGB59132180-
CMYK0.670.2700.29
HSL203.8º50.63%46.86%-
HSV(B)203.8º67.22%70.59%-
XYZ18.2920.7346.22-
YUV115.64164.3287.6-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.90%
GREEN value IS 132 (51.95% from 255) = 35.58%
BLUE value IS 180 (70.70% from 255) = 48.52%
R=15.90%
G=35.58%
B=48.52%

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
Decimal591321800.670.2700.29203.850.6346.86
Hex3B84B4431B01Dcc332f
Octal73204264103330353146357
Binary111011100001001011010010000111101101110111001100110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B84B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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