Html Css Color HEX #3176CC Curious Blue

📋 copy color: '#3176CC'

red 49 ◦ green 118 ◦ blue 204

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

Shades of Curious Blue #3176CC

Tints of Curious Blue #3176CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.99%

R = 13.21%
G = 31.81%
B = 54.99%

CMYK

 C value IS 0.76

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3176CC (or 0x3176CC) is known color: Curious Blue. HEX triplet: 31, 76 and CC. RGB value is (49,118,204). Sum of RGB (Red+Green+Blue) = 49+118+204=371 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.21% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #3176CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3176CC is #CE8933. Grayscale: #6A6A6A. Windows color (decimal): -13535540 or 13399601. OLE color: 13399601.

HSL color Cylindrical-coordinate representation of color #3176CC: hue angle of 213.29º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3176CC is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 49 118 204 -
CMYK 0.76 0.42 0 0.2
HSL 213.29º 0.61% 0.5% -
HSV(B) 213.29º 0.76% 0.8% -
XYZ 18.64 17.97 59.61 -
YUV 107.17 182.64 86.51 -
System Red Green Blue C M Y K H S L
Decimal 49 118 204 0.76 0.42 0 0.2 213.29 0.61 0.5
Hex 31 76 CC 4C 2A 0 14 D5 3D 32
Octal 61 166 314 114 52 0 24 325 75 62
Binary 110001 1110110 11001100 1001100 101010 0 10100 11010101 111101 110010

Color Harmonies of #3176CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3176CC

Black with #3176CC

Text Example


Text Example

White with #3176CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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