#3A7FAD

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

Shades of Curious Blue #3A7FAD

Tints of Curious Blue #3A7FAD

Color information

#3A7FAD (or 0x3A7FAD) is unknown color: approx Curious Blue. HEX triplet: 3A, 7F and AD. RGB value is (58,127,173). Sum of RGB (Red+Green+Blue) = 58+127+173=358 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.20% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 173 - color contains mainly: blue. Hex color #3A7FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7FAD is #C58052. Grayscale: #6F6F6F. Windows color (decimal): -12943443 or 11370298. OLE color: 11370298.

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

Color convert

RGB58127173-
CMYK0.660.2700.32
HSL204º49.78%45.29%-
HSV(B)204º66.47%67.84%-
XYZ16.8819.142.33-
YUV111.61162.6489.76-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.20%
GREEN value IS 127 (50% from 255) = 35.47%
BLUE value IS 173 (67.97% from 255) = 48.32%
R=16.20%
G=35.47%
B=48.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal581271730.660.2700.3220449.7845.29
Hex3A7FAD421B020cc322d
Octal72177255102330403146255
Binary111010111111110101101100001011011010000011001100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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