#3A81AE

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

Shades of Curious Blue #3A81AE

Tints of Curious Blue #3A81AE

Color information

#3A81AE (or 0x3A81AE) is unknown color: approx Curious Blue. HEX triplet: 3A, 81 and AE. RGB value is (58,129,174). Sum of RGB (Red+Green+Blue) = 58+129+174=361 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.07% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 174 (68.36% from 255 or 48.20% from 361); Max value from RGB is 174 - color contains mainly: blue. Hex color #3A81AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A81AE is #C57E51. Grayscale: #707070. Windows color (decimal): -12942930 or 11436346. OLE color: 11436346.

HSL color Cylindrical-coordinate representation of color #3A81AE: hue angle of 203.28º 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 #3A81AE is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB58129174-
CMYK0.670.2600.32
HSL203.28º50%45.49%-
HSV(B)203.28º66.67%68.24%-
XYZ17.2419.6642.93-
YUV112.9162.4888.84-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.07%
GREEN value IS 129 (50.78% from 255) = 35.73%
BLUE value IS 174 (68.36% from 255) = 48.20%
R=16.07%
G=35.73%
B=48.20%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal581291740.670.2600.32203.285045.49
Hex3A81AE431A020cb322d
Octal72201256103320403136255
Binary1110101000000110101110100001111010010000011001011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A81AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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