#3A8EC1

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

Shades of Curious Blue #3A8EC1

Tints of Curious Blue #3A8EC1

Color information

#3A8EC1 (or 0x3A8EC1) is unknown color: approx Curious Blue. HEX triplet: 3A, 8E and C1. RGB value is (58,142,193). Sum of RGB (Red+Green+Blue) = 58+142+193=393 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.76% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 193 (75.78% from 255 or 49.11% from 393); Max value from RGB is 193 - color contains mainly: blue. Hex color #3A8EC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A8EC1 is #C5713E. Grayscale: #7A7A7A. Windows color (decimal): -12939583 or 12684858. OLE color: 12684858.

HSL color Cylindrical-coordinate representation of color #3A8EC1: hue angle of 202.67º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A8EC1 is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB58142193-
CMYK0.700.2600.24
HSL202.67º53.78%49.22%-
HSV(B)202.67º69.95%75.69%-
XYZ21.0424.153.99-
YUV122.7167.6781.85-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.76%
GREEN value IS 142 (55.86% from 255) = 36.13%
BLUE value IS 193 (75.78% from 255) = 49.11%
R=14.76%
G=36.13%
B=49.11%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal581421930.700.2600.24202.6753.7849.22
Hex3A8EC1461A018cb3631
Octal72216301106320303136661
Binary111010100011101100000110001101101001100011001011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,142,193); }

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

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

 a { background-color: rgb(58,142,193); }

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

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

 span { border-color: rgb(58,142,193); }

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