Html Css Color HEX #3198E1 Summer Sky

📋 copy color: '#3198E1'

red 49 ◦ green 152 ◦ blue 225

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

Shades of Summer Sky #3198E1

Tints of Summer Sky #3198E1

RGB

 RED value IS 49 (19.53% from 255) = 11.5%

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

 BLUE value IS 225 (88.28% from 255) = 52.82%

R = 11.5%
G = 35.68%
B = 52.82%

CMYK

 C value IS 0.78

 M value IS 0.32

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3198E1 (or 0x3198E1) is known color: Summer Sky. HEX triplet: 31, 98 and E1. RGB value is (49,152,225). Sum of RGB (Red+Green+Blue) = 49+152+225=426 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.50% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 225 (88.28% from 255 or 52.82% from 426); Max value from RGB is 225 - color contains mainly: blue. Hex color #3198E1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3198E1 is #CE671E. Grayscale: #818181. Windows color (decimal): -13526815 or 14784561. OLE color: 14784561.

HSL color Cylindrical-coordinate representation of color #3198E1: hue angle of 204.89º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3198E1 is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 49 152 225 -
CMYK 0.78 0.32 0 0.12
HSL 204.89º 0.75% 0.54% -
HSV(B) 204.89º 0.78% 0.88% -
XYZ 26.09 28.55 75.37 -
YUV 129.53 181.88 70.56 -
System Red Green Blue C M Y K H S L
Decimal 49 152 225 0.78 0.32 0 0.12 204.89 0.75 0.54
Hex 31 98 E1 4E 20 0 C CD 4B 36
Octal 61 230 341 116 40 0 14 315 113 66
Binary 110001 10011000 11100001 1001110 100000 0 1100 11001101 1001011 110110

Color Harmonies of #3198E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3198E1

Black with #3198E1

Text Example


Text Example

White with #3198E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3198E1; }

 p { color: rgb(49,152,225); }

 H1.HeaderClassName
 {
   color: #3198E1;
 }
 .AnyTagClassName
 {
   color: #3198E1;
 }
</style>

background-color css

<style>
 a { background-color: #3198E1; }

 a { background-color: rgb(49,152,225); }

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

border-color css

<style>
 span { border-color: #3198E1; }

 span { border-color: rgb(49,152,225); }

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