#3A93E0

Color #3A93E0 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #3A93E0

Tints of Summer Sky #3A93E0

Color information

#3A93E0 (or 0x3A93E0) is unknown color: approx Summer Sky. HEX triplet: 3A, 93 and E0. RGB value is (58,147,224). Sum of RGB (Red+Green+Blue) = 58+147+224=429 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.52% from 429); Green value is 147 (57.81% from 255 or 34.27% from 429); Blue value is 224 (87.89% from 255 or 52.21% from 429); Max value from RGB is 224 - color contains mainly: blue. Hex color #3A93E0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A93E0 is #C56C1F. Grayscale: #808080. Windows color (decimal): -12938272 or 14717754. OLE color: 14717754.

HSL color Cylindrical-coordinate representation of color #3A93E0: hue angle of 207.83º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A93E0 is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB58147224-
CMYK0.740.3400.12
HSL207.83º72.81%55.29%-
HSV(B)207.83º74.11%87.84%-
XYZ25.6327.1574.41-
YUV129.17181.5177.24-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.52%
GREEN value IS 147 (57.81% from 255) = 34.27%
BLUE value IS 224 (87.89% from 255) = 52.21%
R=13.52%
G=34.27%
B=52.21%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal581472240.740.3400.12207.8372.8155.29
Hex3A93E04A220Cd04937
Octal722233401124201432011167
Binary1110101001001111100000100101010001001100110100001001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A93E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,147,224); }

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

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

 a { background-color: rgb(58,147,224); }

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

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

 span { border-color: rgb(58,147,224); }

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