#3A80AC

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

Shades of Curious Blue #3A80AC

Tints of Curious Blue #3A80AC

Color information

#3A80AC (or 0x3A80AC) is unknown color: approx Curious Blue. HEX triplet: 3A, 80 and AC. RGB value is (58,128,172). Sum of RGB (Red+Green+Blue) = 58+128+172=358 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.20% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #3A80AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A80AC is #C57F53. Grayscale: #6F6F6F. Windows color (decimal): -12943188 or 11305018. OLE color: 11305018.

HSL color Cylindrical-coordinate representation of color #3A80AC: hue angle of 203.16º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A80AC is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB58128172-
CMYK0.660.2600.33
HSL203.16º49.57%45.1%-
HSV(B)203.16º66.28%67.45%-
XYZ16.9119.3241.87-
YUV112.09161.8189.42-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.20%
GREEN value IS 128 (50.39% from 255) = 35.75%
BLUE value IS 172 (67.58% from 255) = 48.04%
R=16.20%
G=35.75%
B=48.04%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal581281720.660.2600.33203.1649.5745.1
Hex3A80AC421A021cb322d
Octal72200254102320413136255
Binary1110101000000010101100100001011010010000111001011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A80AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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