#3B80BE

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

Shades of Curious Blue #3B80BE

Tints of Curious Blue #3B80BE

Color information

#3B80BE (or 0x3B80BE) is unknown color: approx Curious Blue. HEX triplet: 3B, 80 and BE. RGB value is (59,128,190). Sum of RGB (Red+Green+Blue) = 59+128+190=377 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.65% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #3B80BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B80BE is #C47F41. Grayscale: #727272. Windows color (decimal): -12877634 or 12484667. OLE color: 12484667.

HSL color Cylindrical-coordinate representation of color #3B80BE: hue angle of 208.4º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B80BE is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB59128190-
CMYK0.690.3300.25
HSL208.4º52.61%48.82%-
HSV(B)208.4º68.95%74.51%-
XYZ18.8220.0951.6-
YUV114.44170.6488.46-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.65%
GREEN value IS 128 (50.39% from 255) = 33.95%
BLUE value IS 190 (74.61% from 255) = 50.40%
R=15.65%
G=33.95%
B=50.40%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal591281900.690.3300.25208.452.6148.82
Hex3B80BE4521019d03531
Octal73200276105410313206561
Binary1110111000000010111110100010110000101100111010000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B80BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,128,190); }

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

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

 a { background-color: rgb(59,128,190); }

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

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

 span { border-color: rgb(59,128,190); }

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