Html Css Color HEX #3199D7 Summer Sky

📋 copy color: '#3199D7'

red 49 ◦ green 153 ◦ blue 215

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

Shades of Summer Sky #3199D7

Tints of Summer Sky #3199D7

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.69%

 BLUE value IS 215 (84.38% from 255) = 51.56%

R = 11.75%
G = 36.69%
B = 51.56%

CMYK

 C value IS 0.77

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3199D7 (or 0x3199D7) is known color: Summer Sky. HEX triplet: 31, 99 and D7. RGB value is (49,153,215). Sum of RGB (Red+Green+Blue) = 49+153+215=417 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.75% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 215 (84.38% from 255 or 51.56% from 417); Max value from RGB is 215 - color contains mainly: blue. Hex color #3199D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3199D7 is #CE6628. Grayscale: #808080. Windows color (decimal): -13526569 or 14129457. OLE color: 14129457.

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

Color convert

RGB 49 153 215 -
CMYK 0.77 0.29 0 0.16
HSL 202.41º 0.67% 0.52% -
HSV(B) 202.41º 0.77% 0.84% -
XYZ 24.92 28.34 68.45 -
YUV 128.97 176.54 70.96 -
System Red Green Blue C M Y K H S L
Decimal 49 153 215 0.77 0.29 0 0.16 202.41 0.67 0.52
Hex 31 99 D7 4D 1D 0 10 CA 43 34
Octal 61 231 327 115 35 0 20 312 103 64
Binary 110001 10011001 11010111 1001101 11101 0 10000 11001010 1000011 110100

Color Harmonies of #3199D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3199D7

Black with #3199D7

Text Example


Text Example

White with #3199D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3199D7; }

 p { color: rgb(49,153,215); }

 H1.HeaderClassName
 {
   color: #3199D7;
 }
 .AnyTagClassName
 {
   color: #3199D7;
 }
</style>

background-color css

<style>
 a { background-color: #3199D7; }

 a { background-color: rgb(49,153,215); }

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

border-color css

<style>
 span { border-color: #3199D7; }

 span { border-color: rgb(49,153,215); }

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