#3097E0

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

Shades of Summer Sky #3097E0

Tints of Summer Sky #3097E0

Color information

#3097E0 (or 0x3097E0) is unknown color: approx Summer Sky. HEX triplet: 30, 97 and E0. RGB value is (48,151,224). Sum of RGB (Red+Green+Blue) = 48+151+224=423 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.35% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 224 (87.89% from 255 or 52.96% from 423); Max value from RGB is 224 - color contains mainly: blue. Hex color #3097E0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3097E0 is #CF681F. Grayscale: #808080. Windows color (decimal): -13592608 or 14718768. OLE color: 14718768.

HSL color Cylindrical-coordinate representation of color #3097E0: hue angle of 204.89º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3097E0 is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB48151224-
CMYK0.790.3300.12
HSL204.89º73.95%53.33%-
HSV(B)204.89º78.57%87.84%-
XYZ25.7428.1474.6-
YUV128.52181.8870.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.35%
GREEN value IS 151 (59.38% from 255) = 35.70%
BLUE value IS 224 (87.89% from 255) = 52.96%
R=11.35%
G=35.70%
B=52.96%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal481512240.790.3300.12204.8973.9553.33
Hex3097E04F210Ccd4a35
Octal602273401174101431511265
Binary1100001001011111100000100111110000101100110011011001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3097E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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