#3CA3DA

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

Shades of Summer Sky #3CA3DA

Tints of Summer Sky #3CA3DA

Color information

#3CA3DA (or 0x3CA3DA) is unknown color: approx Summer Sky. HEX triplet: 3C, A3 and DA. RGB value is (60,163,218). Sum of RGB (Red+Green+Blue) = 60+163+218=441 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.61% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #3CA3DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CA3DA is #C35C25. Grayscale: #8A8A8A. Windows color (decimal): -12803110 or 14328636. OLE color: 14328636.

HSL color Cylindrical-coordinate representation of color #3CA3DA: hue angle of 200.89º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CA3DA is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB60163218-
CMYK0.720.2500.15
HSL200.89º68.1%54.51%-
HSV(B)200.89º72.48%85.49%-
XYZ27.6232.2271.09-
YUV138.47172.8872.03-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 13.61%
GREEN value IS 163 (64.06% from 255) = 36.96%
BLUE value IS 218 (85.55% from 255) = 49.43%
R=13.61%
G=36.96%
B=49.43%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal601632180.720.2500.15200.8968.154.51
Hex3CA3DA48190Fc94437
Octal742433321103101731110467
Binary111100101000111101101010010001100101111110010011000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,163,218); }

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

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

 a { background-color: rgb(60,163,218); }

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

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

 span { border-color: rgb(60,163,218); }

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