#3aa3cb

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

Shades of Summer Sky #3AA3CB

Tints of Summer Sky #3AA3CB

Color information

#3AA3CB (or 0x3AA3CB) is unknown color: approx Summer Sky. HEX triplet: 3A, A3 and CB. RGB value is (58,163,203). Sum of RGB (Red+Green+Blue) = 58+163+203=424 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.68% from 424); Green value is 163 (64.06% from 255 or 38.44% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #3AA3CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AA3CB is #C55C34. Grayscale: #878787. Windows color (decimal): -12934197 or 13345594. OLE color: 13345594.

HSL color Cylindrical-coordinate representation of color #3AA3CB: hue angle of 196.55º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3AA3CB is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB58163203-
CMYK0.710.2000.20
HSL196.55º58.23%51.18%-
HSV(B)196.55º71.43%79.61%-
XYZ25.6231.4161.21-
YUV136.16165.7172.25-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.68%
GREEN value IS 163 (64.06% from 255) = 38.44%
BLUE value IS 203 (79.69% from 255) = 47.88%
R=13.68%
G=38.44%
B=47.88%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal581632030.710.2000.20196.5558.2351.18
Hex3AA3CB4714014c53a33
Octal72243313107240243057263
Binary111010101000111100101110001111010001010011000101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3aa3cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,163,203); }

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

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

 a { background-color: rgb(58,163,203); }

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

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

 span { border-color: rgb(58,163,203); }

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