#3CB2D7

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

Shades of Summer Sky #3CB2D7

Tints of Summer Sky #3CB2D7

Color information

#3CB2D7 (or 0x3CB2D7) is unknown color: approx Summer Sky. HEX triplet: 3C, B2 and D7. RGB value is (60,178,215). Sum of RGB (Red+Green+Blue) = 60+178+215=453 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.25% from 453); Green value is 178 (69.92% from 255 or 39.29% from 453); Blue value is 215 (84.38% from 255 or 47.46% from 453); Max value from RGB is 215 - color contains mainly: blue. Hex color #3CB2D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CB2D7 is #C34D28. Grayscale: #929292. Windows color (decimal): -12799273 or 14135868. OLE color: 14135868.

HSL color Cylindrical-coordinate representation of color #3CB2D7: hue angle of 194.32º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CB2D7 is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB60178215-
CMYK0.720.1700.16
HSL194.32º65.96%53.92%-
HSV(B)194.32º72.09%84.31%-
XYZ30.0537.7169.98-
YUV146.94166.4165.99-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 13.25%
GREEN value IS 178 (69.92% from 255) = 39.29%
BLUE value IS 215 (84.38% from 255) = 47.46%
R=13.25%
G=39.29%
B=47.46%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal601782150.720.1700.16194.3265.9653.92
Hex3CB2D74811010c24236
Octal742623271102102030210266
Binary1111001011001011010111100100010001010000110000101000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB2D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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