#3097CE

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

Shades of Summer Sky #3097CE

Tints of Summer Sky #3097CE

Color information

#3097CE (or 0x3097CE) is unknown color: approx Summer Sky. HEX triplet: 30, 97 and CE. RGB value is (48,151,206). Sum of RGB (Red+Green+Blue) = 48+151+206=405 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.85% from 405); Green value is 151 (59.38% from 255 or 37.28% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #3097CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3097CE is #CF6831. Grayscale: #7E7E7E. Windows color (decimal): -13592626 or 13539120. OLE color: 13539120.

HSL color Cylindrical-coordinate representation of color #3097CE: hue angle of 200.89º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3097CE is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB48151206-
CMYK0.770.2700.19
HSL200.89º62.2%49.8%-
HSV(B)200.89º76.7%80.78%-
XYZ23.4327.2262.41-
YUV126.47172.8872.03-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.85%
GREEN value IS 151 (59.38% from 255) = 37.28%
BLUE value IS 206 (80.86% from 255) = 50.86%
R=11.85%
G=37.28%
B=50.86%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal481512060.770.2700.19200.8962.249.8
Hex3097CE4D1B013c93e32
Octal60227316115330233117662
Binary110000100101111100111010011011101101001111001001111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3097CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3097CE; }

 p { color: rgb(48,151,206); }

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

<style>
 a { background-color: #3097CE; }

 a { background-color: rgb(48,151,206); }

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

<style>
 span { border-color: #3097CE; }

 span { border-color: rgb(48,151,206); }

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