#3090D8

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

Shades of Summer Sky #3090D8

Tints of Summer Sky #3090D8

Color information

#3090D8 (or 0x3090D8) is unknown color: approx Summer Sky. HEX triplet: 30, 90 and D8. RGB value is (48,144,216). Sum of RGB (Red+Green+Blue) = 48+144+216=408 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.76% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 216 (84.77% from 255 or 52.94% from 408); Max value from RGB is 216 - color contains mainly: blue. Hex color #3090D8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3090D8 is #CF6F27. Grayscale: #7B7B7B. Windows color (decimal): -13594408 or 14192688. OLE color: 14192688.

HSL color Cylindrical-coordinate representation of color #3090D8: hue angle of 205.71º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3090D8 is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB48144216-
CMYK0.780.3300.15
HSL205.71º68.29%51.76%-
HSV(B)205.71º77.78%84.71%-
XYZ23.5925.5368.65-
YUV123.5180.274.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.76%
GREEN value IS 144 (56.64% from 255) = 35.29%
BLUE value IS 216 (84.77% from 255) = 52.94%
R=11.76%
G=35.29%
B=52.94%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal481442160.780.3300.15205.7168.2951.76
Hex3090D84E210Fce4434
Octal602203301164101731610464
Binary1100001001000011011000100111010000101111110011101000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3090D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3090D8; }

 p { color: rgb(48,144,216); }

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

<style>
 a { background-color: #3090D8; }

 a { background-color: rgb(48,144,216); }

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

<style>
 span { border-color: #3090D8; }

 span { border-color: rgb(48,144,216); }

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