#3A7DAD

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

Shades of Curious Blue #3A7DAD

Tints of Curious Blue #3A7DAD

Color information

#3A7DAD (or 0x3A7DAD) is unknown color: approx Curious Blue. HEX triplet: 3A, 7D and AD. RGB value is (58,125,173). Sum of RGB (Red+Green+Blue) = 58+125+173=356 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.29% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #3A7DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7DAD is #C58252. Grayscale: #6E6E6E. Windows color (decimal): -12943955 or 11369786. OLE color: 11369786.

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

Color convert

RGB58125173-
CMYK0.660.2800.32
HSL205.04º49.78%45.29%-
HSV(B)205.04º66.47%67.84%-
XYZ16.6218.5842.25-
YUV110.44163.390.6-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.29%
GREEN value IS 125 (49.22% from 255) = 35.11%
BLUE value IS 173 (67.97% from 255) = 48.60%
R=16.29%
G=35.11%
B=48.60%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal581251730.660.2800.32205.0449.7845.29
Hex3A7DAD421C020cd322d
Octal72175255102340403156255
Binary111010111110110101101100001011100010000011001101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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