Html Css Color HEX #3198E4 Summer Sky

📋 copy color: '#3198E4'

red 49 ◦ green 152 ◦ blue 228

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

Shades of Summer Sky #3198E4

Tints of Summer Sky #3198E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 53.15%

R = 11.42%
G = 35.43%
B = 53.15%

CMYK

 C value IS 0.79

 M value IS 0.33

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#3198E4 (or 0x3198E4) is known color: Summer Sky. HEX triplet: 31, 98 and E4. RGB value is (49,152,228). Sum of RGB (Red+Green+Blue) = 49+152+228=429 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.42% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 228 (89.45% from 255 or 53.15% from 429); Max value from RGB is 228 - color contains mainly: blue. Hex color #3198E4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3198E4 is #CE671B. Grayscale: #818181. Windows color (decimal): -13526812 or 14981169. OLE color: 14981169.

HSL color Cylindrical-coordinate representation of color #3198E4: hue angle of 205.47º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3198E4 is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 49 152 228 -
CMYK 0.79 0.33 0 0.11
HSL 205.47º 0.77% 0.54% -
HSV(B) 205.47º 0.79% 0.89% -
XYZ 26.5 28.71 77.54 -
YUV 129.87 183.38 70.32 -
System Red Green Blue C M Y K H S L
Decimal 49 152 228 0.79 0.33 0 0.11 205.47 0.77 0.54
Hex 31 98 E4 4F 21 0 B CD 4D 36
Octal 61 230 344 117 41 0 13 315 115 66
Binary 110001 10011000 11100100 1001111 100001 0 1011 11001101 1001101 110110

Color Harmonies of #3198E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3198E4

Black with #3198E4

Text Example


Text Example

White with #3198E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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