Html Css Color HEX #3179BD Curious Blue

📋 copy color: '#3179BD'

red 49 ◦ green 121 ◦ blue 189

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

Shades of Curious Blue #3179BD

Tints of Curious Blue #3179BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.65%

R = 13.65%
G = 33.7%
B = 52.65%

CMYK

 C value IS 0.74

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3179BD (or 0x3179BD) is known color: Curious Blue. HEX triplet: 31, 79 and BD. RGB value is (49,121,189). Sum of RGB (Red+Green+Blue) = 49+121+189=359 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.65% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 189 (74.22% from 255 or 52.65% from 359); Max value from RGB is 189 - color contains mainly: blue. Hex color #3179BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3179BD is #CE8642. Grayscale: #6A6A6A. Windows color (decimal): -13534787 or 12417329. OLE color: 12417329.

HSL color Cylindrical-coordinate representation of color #3179BD: hue angle of 209.14º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3179BD is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 49 121 189 -
CMYK 0.74 0.36 0 0.26
HSL 209.14º 0.59% 0.47% -
HSV(B) 209.14º 0.74% 0.74% -
XYZ 17.29 18 50.71 -
YUV 107.22 174.15 86.47 -
System Red Green Blue C M Y K H S L
Decimal 49 121 189 0.74 0.36 0 0.26 209.14 0.59 0.47
Hex 31 79 BD 4A 24 0 1A D1 3B 2F
Octal 61 171 275 112 44 0 32 321 73 57
Binary 110001 1111001 10111101 1001010 100100 0 11010 11010001 111011 101111

Color Harmonies of #3179BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3179BD

Black with #3179BD

Text Example


Text Example

White with #3179BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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