Html Css Color HEX #3179BC Curious Blue

📋 copy color: '#3179BC'

red 49 ◦ green 121 ◦ blue 188

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

Shades of Curious Blue #3179BC

Tints of Curious Blue #3179BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.51%

R = 13.69%
G = 33.8%
B = 52.51%

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

#3179BC (or 0x3179BC) is known color: Curious Blue. HEX triplet: 31, 79 and BC. RGB value is (49,121,188). Sum of RGB (Red+Green+Blue) = 49+121+188=358 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.69% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #3179BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3179BC is #CE8643. Grayscale: #6A6A6A. Windows color (decimal): -13534788 or 12351793. OLE color: 12351793.

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

Color convert

RGB 49 121 188 -
CMYK 0.74 0.36 0 0.26
HSL 208.92º 0.59% 0.46% -
HSV(B) 208.92º 0.74% 0.74% -
XYZ 17.18 17.96 50.14 -
YUV 107.11 173.65 86.55 -
System Red Green Blue C M Y K H S L
Decimal 49 121 188 0.74 0.36 0 0.26 208.92 0.59 0.46
Hex 31 79 BC 4A 24 0 1A D1 3B 2E
Octal 61 171 274 112 44 0 32 321 73 56
Binary 110001 1111001 10111100 1001010 100100 0 11010 11010001 111011 101110

Color Harmonies of #3179BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3179BC

Black with #3179BC

Text Example


Text Example

White with #3179BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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