Html Css Color HEX #3098CE Summer Sky

📋 copy color: '#3098CE'

red 48 ◦ green 152 ◦ blue 206

#3098CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #3098CE

Tints of Summer Sky #3098CE

RGB

 RED value IS 48 (19.14% from 255) = 11.82%

 GREEN value IS 152 (59.77% from 255) = 37.44%

 BLUE value IS 206 (80.86% from 255) = 50.74%

R = 11.82%
G = 37.44%
B = 50.74%

CMYK

 C value IS 0.77

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3098CE (or 0x3098CE) is known color: Summer Sky. HEX triplet: 30, 98 and CE. RGB value is (48,152,206). Sum of RGB (Red+Green+Blue) = 48+152+206=406 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.82% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #3098CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3098CE is #CF6731. Grayscale: #7E7E7E. Windows color (decimal): -13592370 or 13539376. OLE color: 13539376.

HSL color Cylindrical-coordinate representation of color #3098CE: hue angle of 200.51º 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 #3098CE is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 152 206 -
CMYK 0.77 0.26 0 0.19
HSL 200.51º 0.62% 0.5% -
HSV(B) 200.51º 0.77% 0.81% -
XYZ 23.59 27.54 62.47 -
YUV 127.06 172.54 71.61 -
System Red Green Blue C M Y K H S L
Decimal 48 152 206 0.77 0.26 0 0.19 200.51 0.62 0.5
Hex 30 98 CE 4D 1A 0 13 C9 3E 32
Octal 60 230 316 115 32 0 23 311 76 62
Binary 110000 10011000 11001110 1001101 11010 0 10011 11001001 111110 110010

Color Harmonies of #3098CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3098CE

Black with #3098CE

Text Example


Text Example

White with #3098CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3098CE;
 }
 .AnyTagClassName
 {
   color: #3098CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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