#3A82B2

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

Shades of Curious Blue #3A82B2

Tints of Curious Blue #3A82B2

Color information

#3A82B2 (or 0x3A82B2) is unknown color: approx Curious Blue. HEX triplet: 3A, 82 and B2. RGB value is (58,130,178). Sum of RGB (Red+Green+Blue) = 58+130+178=366 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.85% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 178 (69.92% from 255 or 48.63% from 366); Max value from RGB is 178 - color contains mainly: blue. Hex color #3A82B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A82B2 is #C57D4D. Grayscale: #717171. Windows color (decimal): -12942670 or 11698746. OLE color: 11698746.

HSL color Cylindrical-coordinate representation of color #3A82B2: hue angle of 204º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A82B2 is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB58130178-
CMYK0.670.2700.30
HSL204º50.85%46.27%-
HSV(B)204º67.42%69.8%-
XYZ17.7620.0845.06-
YUV113.94164.1588.1-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.85%
GREEN value IS 130 (51.17% from 255) = 35.52%
BLUE value IS 178 (69.92% from 255) = 48.63%
R=15.85%
G=35.52%
B=48.63%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal581301780.670.2700.3020450.8546.27
Hex3A82B2431B01Ecc332e
Octal72202262103330363146356
Binary111010100000101011001010000111101101111011001100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A82B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,130,178); }

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

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

 a { background-color: rgb(58,130,178); }

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

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

 span { border-color: rgb(58,130,178); }

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