#3A7ED0

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

Shades of Curious Blue #3A7ED0

Tints of Curious Blue #3A7ED0

Color information

#3A7ED0 (or 0x3A7ED0) is unknown color: approx Curious Blue. HEX triplet: 3A, 7E and D0. RGB value is (58,126,208). Sum of RGB (Red+Green+Blue) = 58+126+208=392 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.80% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 208 (81.64% from 255 or 53.06% from 392); Max value from RGB is 208 - color contains mainly: blue. Hex color #3A7ED0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A7ED0 is #C5812F. Grayscale: #727272. Windows color (decimal): -12943664 or 13663802. OLE color: 13663802.

HSL color Cylindrical-coordinate representation of color #3A7ED0: hue angle of 212.8º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A7ED0 is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB58126208-
CMYK0.720.3900.18
HSL212.8º61.48%52.16%-
HSV(B)212.8º72.12%81.57%-
XYZ20.5920.3862.52-
YUV115.02180.4787.33-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.80%
GREEN value IS 126 (49.61% from 255) = 32.14%
BLUE value IS 208 (81.64% from 255) = 53.06%
R=14.80%
G=32.14%
B=53.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal581262080.720.3900.18212.861.4852.16
Hex3A7ED04827012d53d34
Octal72176320110470223257564
Binary111010111111011010000100100010011101001011010101111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,126,208); }

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

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

 a { background-color: rgb(58,126,208); }

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

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

 span { border-color: rgb(58,126,208); }

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