#3A9DCC

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

Shades of Summer Sky #3A9DCC

Tints of Summer Sky #3A9DCC

Color information

#3A9DCC (or 0x3A9DCC) is unknown color: approx Summer Sky. HEX triplet: 3A, 9D and CC. RGB value is (58,157,204). Sum of RGB (Red+Green+Blue) = 58+157+204=419 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.84% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A9DCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A9DCC is #C56233. Grayscale: #848484. Windows color (decimal): -12935732 or 13409594. OLE color: 13409594.

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

Color convert

RGB58157204-
CMYK0.720.2300.2
HSL199.32º58.87%51.37%-
HSV(B)199.32º71.57%80%-
XYZ24.729.3761.49-
YUV132.76168.274.68-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.84%
GREEN value IS 157 (61.72% from 255) = 37.47%
BLUE value IS 204 (80.08% from 255) = 48.69%
R=13.84%
G=37.47%
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.2
SystemRedGreenBlueCMYKHSL
Decimal581572040.720.2300.2199.3258.8751.37
Hex3A9DCC4817014c73b33
Octal72235314110270243077363
Binary111010100111011100110010010001011101010011000111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,157,204); }

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

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

 a { background-color: rgb(58,157,204); }

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

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

 span { border-color: rgb(58,157,204); }

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