#3A80BE

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

Shades of Curious Blue #3A80BE

Tints of Curious Blue #3A80BE

Color information

#3A80BE (or 0x3A80BE) is unknown color: approx Curious Blue. HEX triplet: 3A, 80 and BE. RGB value is (58,128,190). Sum of RGB (Red+Green+Blue) = 58+128+190=376 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.43% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A80BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A80BE is #C57F41. Grayscale: #717171. Windows color (decimal): -12943170 or 12484666. OLE color: 12484666.

HSL color Cylindrical-coordinate representation of color #3A80BE: hue angle of 208.18º 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 #3A80BE is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB58128190-
CMYK0.690.3300.25
HSL208.18º53.23%48.63%-
HSV(B)208.18º69.47%74.51%-
XYZ18.7620.0651.6-
YUV114.14170.8187.96-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.43%
GREEN value IS 128 (50.39% from 255) = 34.04%
BLUE value IS 190 (74.61% from 255) = 50.53%
R=15.43%
G=34.04%
B=50.53%

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
Decimal581281900.690.3300.25208.1853.2348.63
Hex3A80BE4521019d03531
Octal72200276105410313206561
Binary1110101000000010111110100010110000101100111010000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A80BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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