Html Css Color HEX #3176BD Curious Blue

📋 copy color: '#3176BD'

red 49 ◦ green 118 ◦ blue 189

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

Shades of Curious Blue #3176BD

Tints of Curious Blue #3176BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 53.09%

R = 13.76%
G = 33.15%
B = 53.09%

CMYK

 C value IS 0.74

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3176BD (or 0x3176BD) is known color: Curious Blue. HEX triplet: 31, 76 and BD. RGB value is (49,118,189). Sum of RGB (Red+Green+Blue) = 49+118+189=356 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.76% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 189 (74.22% from 255 or 53.09% from 356); Max value from RGB is 189 - color contains mainly: blue. Hex color #3176BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3176BD is #CE8942. Grayscale: #696969. Windows color (decimal): -13535555 or 12416561. OLE color: 12416561.

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

Color convert

RGB 49 118 189 -
CMYK 0.74 0.38 0 0.26
HSL 210.43º 0.59% 0.47% -
HSV(B) 210.43º 0.74% 0.74% -
XYZ 16.93 17.28 50.59 -
YUV 105.46 175.14 87.73 -
System Red Green Blue C M Y K H S L
Decimal 49 118 189 0.74 0.38 0 0.26 210.43 0.59 0.47
Hex 31 76 BD 4A 26 0 1A D2 3B 2F
Octal 61 166 275 112 46 0 32 322 73 57
Binary 110001 1110110 10111101 1001010 100110 0 11010 11010010 111011 101111

Color Harmonies of #3176BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3176BD

Black with #3176BD

Text Example


Text Example

White with #3176BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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