#3AA4CC

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

Shades of Summer Sky #3AA4CC

Tints of Summer Sky #3AA4CC

Color information

#3AA4CC (or 0x3AA4CC) is unknown color: approx Summer Sky. HEX triplet: 3A, A4 and CC. RGB value is (58,164,204). Sum of RGB (Red+Green+Blue) = 58+164+204=426 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.62% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #3AA4CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AA4CC is #C55B33. Grayscale: #888888. Windows color (decimal): -12933940 or 13411386. OLE color: 13411386.

HSL color Cylindrical-coordinate representation of color #3AA4CC: hue angle of 196.44º 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 #3AA4CC is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB58164204-
CMYK0.720.2000.2
HSL196.44º58.87%51.37%-
HSV(B)196.44º71.57%80%-
XYZ25.9231.8161.9-
YUV136.87165.8871.75-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.62%
GREEN value IS 164 (64.45% from 255) = 38.50%
BLUE value IS 204 (80.08% from 255) = 47.89%
R=13.62%
G=38.50%
B=47.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal581642040.720.2000.2196.4458.8751.37
Hex3AA4CC4814014c43b33
Octal72244314110240243047363
Binary111010101001001100110010010001010001010011000100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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