Html Css Color HEX #3176C8 Curious Blue

📋 copy color: '#3176C8'

red 49 ◦ green 118 ◦ blue 200

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

Shades of Curious Blue #3176C8

Tints of Curious Blue #3176C8

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.15%

 BLUE value IS 200 (78.52% from 255) = 54.5%

R = 13.35%
G = 32.15%
B = 54.5%

CMYK

 C value IS 0.76

 M value IS 0.41

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#3176C8 (or 0x3176C8) is known color: Curious Blue. HEX triplet: 31, 76 and C8. RGB value is (49,118,200). Sum of RGB (Red+Green+Blue) = 49+118+200=367 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.35% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 200 (78.52% from 255 or 54.50% from 367); Max value from RGB is 200 - color contains mainly: blue. Hex color #3176C8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3176C8 is #CE8937. Grayscale: #6A6A6A. Windows color (decimal): -13535544 or 13137457. OLE color: 13137457.

HSL color Cylindrical-coordinate representation of color #3176C8: hue angle of 212.58º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3176C8 is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 49 118 200 -
CMYK 0.76 0.41 0 0.22
HSL 212.58º 0.61% 0.49% -
HSV(B) 212.58º 0.76% 0.78% -
XYZ 18.17 17.78 57.12 -
YUV 106.72 180.64 86.83 -
System Red Green Blue C M Y K H S L
Decimal 49 118 200 0.76 0.41 0 0.22 212.58 0.61 0.49
Hex 31 76 C8 4C 29 0 16 D5 3D 31
Octal 61 166 310 114 51 0 26 325 75 61
Binary 110001 1110110 11001000 1001100 101001 0 10110 11010101 111101 110001

Color Harmonies of #3176C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3176C8

Black with #3176C8

Text Example


Text Example

White with #3176C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3176C8; }

 p { color: rgb(49,118,200); }

 H1.HeaderClassName
 {
   color: #3176C8;
 }
 .AnyTagClassName
 {
   color: #3176C8;
 }
</style>

background-color css

<style>
 a { background-color: #3176C8; }

 a { background-color: rgb(49,118,200); }

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

border-color css

<style>
 span { border-color: #3176C8; }

 span { border-color: rgb(49,118,200); }

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