#3A7DAC

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

Shades of Curious Blue #3A7DAC

Tints of Curious Blue #3A7DAC

Color information

#3A7DAC (or 0x3A7DAC) is unknown color: approx Curious Blue. HEX triplet: 3A, 7D and AC. RGB value is (58,125,172). Sum of RGB (Red+Green+Blue) = 58+125+172=355 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.34% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #3A7DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7DAC is #C58253. Grayscale: #6E6E6E. Windows color (decimal): -12943956 or 11304250. OLE color: 11304250.

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

Color convert

RGB58125172-
CMYK0.660.2700.33
HSL204.74º49.57%45.1%-
HSV(B)204.74º66.28%67.45%-
XYZ16.5218.5541.74-
YUV110.32162.890.68-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.34%
GREEN value IS 125 (49.22% from 255) = 35.21%
BLUE value IS 172 (67.58% from 255) = 48.45%
R=16.34%
G=35.21%
B=48.45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal581251720.660.2700.33204.7449.5745.1
Hex3A7DAC421B021cd322d
Octal72175254102330413156255
Binary111010111110110101100100001011011010000111001101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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