Html Css Color HEX #3199D0 Summer Sky

📋 copy color: '#3199D0'

red 49 ◦ green 153 ◦ blue 208

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

Shades of Summer Sky #3199D0

Tints of Summer Sky #3199D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 50.73%

R = 11.95%
G = 37.32%
B = 50.73%

CMYK

 C value IS 0.76

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3199D0 (or 0x3199D0) is known color: Summer Sky. HEX triplet: 31, 99 and D0. RGB value is (49,153,208). Sum of RGB (Red+Green+Blue) = 49+153+208=410 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.95% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 208 (81.64% from 255 or 50.73% from 410); Max value from RGB is 208 - color contains mainly: blue. Hex color #3199D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3199D0 is #CE662F. Grayscale: #7F7F7F. Windows color (decimal): -13526576 or 13670705. OLE color: 13670705.

HSL color Cylindrical-coordinate representation of color #3199D0: hue angle of 200.75º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3199D0 is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 49 153 208 -
CMYK 0.76 0.26 0 0.18
HSL 200.75º 0.63% 0.5% -
HSV(B) 200.75º 0.76% 0.82% -
XYZ 24.04 27.99 63.81 -
YUV 128.17 173.04 71.53 -
System Red Green Blue C M Y K H S L
Decimal 49 153 208 0.76 0.26 0 0.18 200.75 0.63 0.5
Hex 31 99 D0 4C 1A 0 12 C9 3F 32
Octal 61 231 320 114 32 0 22 311 77 62
Binary 110001 10011001 11010000 1001100 11010 0 10010 11001001 111111 110010

Color Harmonies of #3199D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3199D0

Black with #3199D0

Text Example


Text Example

White with #3199D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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