#3A86B3

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

Shades of Curious Blue #3A86B3

Tints of Curious Blue #3A86B3

Color information

#3A86B3 (or 0x3A86B3) is unknown color: approx Curious Blue. HEX triplet: 3A, 86 and B3. RGB value is (58,134,179). Sum of RGB (Red+Green+Blue) = 58+134+179=371 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.63% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 179 (70.31% from 255 or 48.25% from 371); Max value from RGB is 179 - color contains mainly: blue. Hex color #3A86B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A86B3 is #C5794C. Grayscale: #747474. Windows color (decimal): -12941645 or 11765306. OLE color: 11765306.

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

Color convert

RGB58134179-
CMYK0.680.2500.30
HSL202.31º51.05%46.47%-
HSV(B)202.31º67.6%70.2%-
XYZ18.4121.245.77-
YUV116.41163.3286.34-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.63%
GREEN value IS 134 (52.73% from 255) = 36.12%
BLUE value IS 179 (70.31% from 255) = 48.25%
R=15.63%
G=36.12%
B=48.25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal581341790.680.2500.30202.3151.0546.47
Hex3A86B3441901Eca332e
Octal72206263104310363126356
Binary111010100001101011001110001001100101111011001010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A86B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,134,179); }

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

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

 a { background-color: rgb(58,134,179); }

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

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

 span { border-color: rgb(58,134,179); }

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