#3A7AAD

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

Shades of Curious Blue #3A7AAD

Tints of Curious Blue #3A7AAD

Color information

#3A7AAD (or 0x3A7AAD) is unknown color: approx Curious Blue. HEX triplet: 3A, 7A and AD. RGB value is (58,122,173). Sum of RGB (Red+Green+Blue) = 58+122+173=353 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.43% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #3A7AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7AAD is #C58552. Grayscale: #6C6C6C. Windows color (decimal): -12944723 or 11369018. OLE color: 11369018.

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

Color convert

RGB58122173-
CMYK0.660.2900.32
HSL206.61º49.78%45.29%-
HSV(B)206.61º66.47%67.84%-
XYZ16.2517.8442.12-
YUV108.68164.391.85-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.43%
GREEN value IS 122 (48.05% from 255) = 34.56%
BLUE value IS 173 (67.97% from 255) = 49.01%
R=16.43%
G=34.56%
B=49.01%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal581221730.660.2900.32206.6149.7845.29
Hex3A7AAD421D020cf322d
Octal72172255102350403176255
Binary111010111101010101101100001011101010000011001111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,122,173); }

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

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

 a { background-color: rgb(58,122,173); }

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

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

 span { border-color: rgb(58,122,173); }

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