#3A82BF

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

Shades of Curious Blue #3A82BF

Tints of Curious Blue #3A82BF

Color information

#3A82BF (or 0x3A82BF) is unknown color: approx Curious Blue. HEX triplet: 3A, 82 and BF. RGB value is (58,130,191). Sum of RGB (Red+Green+Blue) = 58+130+191=379 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.30% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #3A82BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A82BF is #C57D40. Grayscale: #737373. Windows color (decimal): -12942657 or 12550714. OLE color: 12550714.

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

Color convert

RGB58130191-
CMYK0.700.3200.25
HSL207.52º53.41%48.82%-
HSV(B)207.52º69.63%74.9%-
XYZ19.1320.6352.26-
YUV115.43170.6587.04-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.30%
GREEN value IS 130 (51.17% from 255) = 34.30%
BLUE value IS 191 (75% from 255) = 50.40%
R=15.30%
G=34.30%
B=50.40%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal581301910.700.3200.25207.5253.4148.82
Hex3A82BF4620019d03531
Octal72202277106400313206561
Binary1110101000001010111111100011010000001100111010000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A82BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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