#3A82AE

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

Shades of Curious Blue #3A82AE

Tints of Curious Blue #3A82AE

Color information

#3A82AE (or 0x3A82AE) is unknown color: approx Curious Blue. HEX triplet: 3A, 82 and AE. RGB value is (58,130,174). Sum of RGB (Red+Green+Blue) = 58+130+174=362 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.02% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 174 - color contains mainly: blue. Hex color #3A82AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A82AE is #C57D51. Grayscale: #717171. Windows color (decimal): -12942674 or 11436602. OLE color: 11436602.

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

Color convert

RGB58130174-
CMYK0.670.2500.32
HSL202.76º50%45.49%-
HSV(B)202.76º66.67%68.24%-
XYZ17.3719.9242.97-
YUV113.49162.1588.42-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.02%
GREEN value IS 130 (51.17% from 255) = 35.91%
BLUE value IS 174 (68.36% from 255) = 48.07%
R=16.02%
G=35.91%
B=48.07%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal581301740.670.2500.32202.765045.49
Hex3A82AE4319020cb322d
Octal72202256103310403136255
Binary1110101000001010101110100001111001010000011001011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A82AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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