Html Css Color HEX #3176CE Curious Blue

📋 copy color: '#3176CE'

red 49 ◦ green 118 ◦ blue 206

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

Shades of Curious Blue #3176CE

Tints of Curious Blue #3176CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.23%

R = 13.14%
G = 31.64%
B = 55.23%

CMYK

 C value IS 0.76

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3176CE (or 0x3176CE) is known color: Curious Blue. HEX triplet: 31, 76 and CE. RGB value is (49,118,206). Sum of RGB (Red+Green+Blue) = 49+118+206=373 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.14% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 206 (80.86% from 255 or 55.23% from 373); Max value from RGB is 206 - color contains mainly: blue. Hex color #3176CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3176CE is #CE8931. Grayscale: #6A6A6A. Windows color (decimal): -13535538 or 13530673. OLE color: 13530673.

HSL color Cylindrical-coordinate representation of color #3176CE: hue angle of 213.63º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3176CE is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 118 206 -
CMYK 0.76 0.43 0 0.19
HSL 213.63º 0.62% 0.5% -
HSV(B) 213.63º 0.76% 0.81% -
XYZ 18.89 18.07 60.88 -
YUV 107.4 183.64 86.34 -
System Red Green Blue C M Y K H S L
Decimal 49 118 206 0.76 0.43 0 0.19 213.63 0.62 0.5
Hex 31 76 CE 4C 2B 0 13 D6 3E 32
Octal 61 166 316 114 53 0 23 326 76 62
Binary 110001 1110110 11001110 1001100 101011 0 10011 11010110 111110 110010

Color Harmonies of #3176CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3176CE

Black with #3176CE

Text Example


Text Example

White with #3176CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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