Html Css Color HEX #3179B3 Curious Blue

📋 copy color: '#3179B3'

red 49 ◦ green 121 ◦ blue 179

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

Shades of Curious Blue #3179B3

Tints of Curious Blue #3179B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 51.29%

R = 14.04%
G = 34.67%
B = 51.29%

CMYK

 C value IS 0.73

 M value IS 0.32

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3179B3 (or 0x3179B3) is known color: Curious Blue. HEX triplet: 31, 79 and B3. RGB value is (49,121,179). Sum of RGB (Red+Green+Blue) = 49+121+179=349 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.04% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 179 (70.31% from 255 or 51.29% from 349); Max value from RGB is 179 - color contains mainly: blue. Hex color #3179B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3179B3 is #CE864C. Grayscale: #696969. Windows color (decimal): -13534797 or 11761969. OLE color: 11761969.

HSL color Cylindrical-coordinate representation of color #3179B3: hue angle of 206.77º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3179B3 is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 49 121 179 -
CMYK 0.73 0.32 0 0.30
HSL 206.77º 0.57% 0.45% -
HSV(B) 206.77º 0.73% 0.7% -
XYZ 16.24 17.58 45.19 -
YUV 106.08 169.15 87.28 -
System Red Green Blue C M Y K H S L
Decimal 49 121 179 0.73 0.32 0 0.30 206.77 0.57 0.45
Hex 31 79 B3 49 20 0 1E CF 39 2D
Octal 61 171 263 111 40 0 36 317 71 55
Binary 110001 1111001 10110011 1001001 100000 0 11110 11001111 111001 101101

Color Harmonies of #3179B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3179B3

Black with #3179B3

Text Example


Text Example

White with #3179B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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