#3A9ECD

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

Shades of Summer Sky #3A9ECD

Tints of Summer Sky #3A9ECD

Color information

#3A9ECD (or 0x3A9ECD) is unknown color: approx Summer Sky. HEX triplet: 3A, 9E and CD. RGB value is (58,158,205). Sum of RGB (Red+Green+Blue) = 58+158+205=421 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.78% from 421); Green value is 158 (62.11% from 255 or 37.53% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A9ECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A9ECD is #C56132. Grayscale: #858585. Windows color (decimal): -12935475 or 13475386. OLE color: 13475386.

HSL color Cylindrical-coordinate representation of color #3A9ECD: hue angle of 199.18º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A9ECD is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB58158205-
CMYK0.720.2300.20
HSL199.18º59.51%51.57%-
HSV(B)199.18º71.71%80.39%-
XYZ24.9929.7662.18-
YUV133.46168.3774.18-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.78%
GREEN value IS 158 (62.11% from 255) = 37.53%
BLUE value IS 205 (80.47% from 255) = 48.69%
R=13.78%
G=37.53%
B=48.69%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal581582050.720.2300.20199.1859.5151.57
Hex3A9ECD4817014c73c34
Octal72236315110270243077464
Binary111010100111101100110110010001011101010011000111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,158,205); }

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

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

 a { background-color: rgb(58,158,205); }

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

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

 span { border-color: rgb(58,158,205); }

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