#3CB7F1

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

Shades of Summer Sky #3CB7F1

Tints of Summer Sky #3CB7F1

Color information

#3CB7F1 (or 0x3CB7F1) is unknown color: approx Summer Sky. HEX triplet: 3C, B7 and F1. RGB value is (60,183,241). Sum of RGB (Red+Green+Blue) = 60+183+241=484 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.40% from 484); Green value is 183 (71.88% from 255 or 37.81% from 484); Blue value is 241 (94.53% from 255 or 49.79% from 484); Max value from RGB is 241 - color contains mainly: blue. Hex color #3CB7F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CB7F1 is #C3480E. Grayscale: #989898. Windows color (decimal): -12797967 or 15841084. OLE color: 15841084.

HSL color Cylindrical-coordinate representation of color #3CB7F1: hue angle of 199.23º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CB7F1 is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB60183241-
CMYK0.750.2400.05
HSL199.23º86.6%59.02%-
HSV(B)199.23º75.1%94.51%-
XYZ34.6741.1889.34-
YUV152.83177.7561.78-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.40%
GREEN value IS 183 (71.88% from 255) = 37.81%
BLUE value IS 241 (94.53% from 255) = 49.79%
R=12.40%
G=37.81%
B=49.79%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal601832410.750.2400.05199.2386.659.02
Hex3CB7F14B1805c7573b
Octal74267361113300530712773
Binary11110010110111111100011001011110000101110001111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,183,241); }

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

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

 a { background-color: rgb(60,183,241); }

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

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

 span { border-color: rgb(60,183,241); }

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