#3CB2DC

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

Shades of Summer Sky #3CB2DC

Tints of Summer Sky #3CB2DC

Color information

#3CB2DC (or 0x3CB2DC) is unknown color: approx Summer Sky. HEX triplet: 3C, B2 and DC. RGB value is (60,178,220). Sum of RGB (Red+Green+Blue) = 60+178+220=458 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.10% from 458); Green value is 178 (69.92% from 255 or 38.86% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #3CB2DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CB2DC is #C34D23. Grayscale: #939393. Windows color (decimal): -12799268 or 14463548. OLE color: 14463548.

HSL color Cylindrical-coordinate representation of color #3CB2DC: hue angle of 195.75º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CB2DC is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB60178220-
CMYK0.730.1900.14
HSL195.75º69.57%54.9%-
HSV(B)195.75º72.73%86.27%-
XYZ30.737.9773.42-
YUV147.51168.9165.58-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 13.10%
GREEN value IS 178 (69.92% from 255) = 38.86%
BLUE value IS 220 (86.33% from 255) = 48.03%
R=13.10%
G=38.86%
B=48.03%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal601782200.730.1900.14195.7569.5754.9
Hex3CB2DC49130Ec44637
Octal742623341112301630410667
Binary111100101100101101110010010011001101110110001001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,178,220); }

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

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

 a { background-color: rgb(60,178,220); }

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

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

 span { border-color: rgb(60,178,220); }

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