#3098d6

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

Shades of Summer Sky #3098D6

Tints of Summer Sky #3098D6

Color information

#3098D6 (or 0x3098D6) is unknown color: approx Summer Sky. HEX triplet: 30, 98 and D6. RGB value is (48,152,214). Sum of RGB (Red+Green+Blue) = 48+152+214=414 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.59% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 214 (83.98% from 255 or 51.69% from 414); Max value from RGB is 214 - color contains mainly: blue. Hex color #3098D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3098D6 is #CF6729. Grayscale: #7F7F7F. Windows color (decimal): -13592362 or 14063664. OLE color: 14063664.

HSL color Cylindrical-coordinate representation of color #3098D6: hue angle of 202.41º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3098D6 is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB48152214-
CMYK0.780.2900.16
HSL202.41º66.94%51.37%-
HSV(B)202.41º77.57%83.92%-
XYZ24.5827.9467.72-
YUV127.97176.5470.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.59%
GREEN value IS 152 (59.77% from 255) = 36.71%
BLUE value IS 214 (83.98% from 255) = 51.69%
R=11.59%
G=36.71%
B=51.69%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal481522140.780.2900.16202.4166.9451.37
Hex3098D64E1D010ca4333
Octal602303261163502031210363
Binary1100001001100011010110100111011101010000110010101000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3098d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3098d6; }

 p { color: rgb(48,152,214); }

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

<style>
 a { background-color: #3098d6; }

 a { background-color: rgb(48,152,214); }

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

<style>
 span { border-color: #3098d6; }

 span { border-color: rgb(48,152,214); }

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