Html Css Color HEX #3179C6 Curious Blue

📋 copy color: '#3179C6'

red 49 ◦ green 121 ◦ blue 198

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

Shades of Curious Blue #3179C6

Tints of Curious Blue #3179C6

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.88%

 BLUE value IS 198 (77.73% from 255) = 53.8%

R = 13.32%
G = 32.88%
B = 53.8%

CMYK

 C value IS 0.75

 M value IS 0.39

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#3179C6 (or 0x3179C6) is known color: Curious Blue. HEX triplet: 31, 79 and C6. RGB value is (49,121,198). Sum of RGB (Red+Green+Blue) = 49+121+198=368 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.32% from 368); Green value is 121 (47.66% from 255 or 32.88% from 368); Blue value is 198 (77.73% from 255 or 53.80% from 368); Max value from RGB is 198 - color contains mainly: blue. Hex color #3179C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3179C6 is #CE8639. Grayscale: #6B6B6B. Windows color (decimal): -13534778 or 13007153. OLE color: 13007153.

HSL color Cylindrical-coordinate representation of color #3179C6: hue angle of 211.01º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3179C6 is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 49 121 198 -
CMYK 0.75 0.39 0 0.22
HSL 211.01º 0.6% 0.48% -
HSV(B) 211.01º 0.75% 0.78% -
XYZ 18.3 18.4 56.01 -
YUV 108.25 178.65 85.74 -
System Red Green Blue C M Y K H S L
Decimal 49 121 198 0.75 0.39 0 0.22 211.01 0.6 0.48
Hex 31 79 C6 4B 27 0 16 D3 3C 30
Octal 61 171 306 113 47 0 26 323 74 60
Binary 110001 1111001 11000110 1001011 100111 0 10110 11010011 111100 110000

Color Harmonies of #3179C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3179C6

Black with #3179C6

Text Example


Text Example

White with #3179C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3179C6; }

 p { color: rgb(49,121,198); }

 H1.HeaderClassName
 {
   color: #3179C6;
 }
 .AnyTagClassName
 {
   color: #3179C6;
 }
</style>

background-color css

<style>
 a { background-color: #3179C6; }

 a { background-color: rgb(49,121,198); }

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

border-color css

<style>
 span { border-color: #3179C6; }

 span { border-color: rgb(49,121,198); }

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