Html Css Color HEX #3177B8 Curious Blue

📋 copy color: '#3177B8'

red 49 ◦ green 119 ◦ blue 184

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

Shades of Curious Blue #3177B8

Tints of Curious Blue #3177B8

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.81%

 BLUE value IS 184 (72.27% from 255) = 52.27%

R = 13.92%
G = 33.81%
B = 52.27%

CMYK

 C value IS 0.73

 M value IS 0.35

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#3177B8 (or 0x3177B8) is known color: Curious Blue. HEX triplet: 31, 77 and B8. RGB value is (49,119,184). Sum of RGB (Red+Green+Blue) = 49+119+184=352 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.92% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 184 (72.27% from 255 or 52.27% from 352); Max value from RGB is 184 - color contains mainly: blue. Hex color #3177B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3177B8 is #CE8847. Grayscale: #696969. Windows color (decimal): -13535304 or 12089137. OLE color: 12089137.

HSL color Cylindrical-coordinate representation of color #3177B8: hue angle of 208.89º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3177B8 is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 49 119 184 -
CMYK 0.73 0.35 0 0.28
HSL 208.89º 0.58% 0.46% -
HSV(B) 208.89º 0.73% 0.72% -
XYZ 16.52 17.31 47.82 -
YUV 105.48 172.31 87.71 -
System Red Green Blue C M Y K H S L
Decimal 49 119 184 0.73 0.35 0 0.28 208.89 0.58 0.46
Hex 31 77 B8 49 23 0 1C D1 3A 2E
Octal 61 167 270 111 43 0 34 321 72 56
Binary 110001 1110111 10111000 1001001 100011 0 11100 11010001 111010 101110

Color Harmonies of #3177B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3177B8

Black with #3177B8

Text Example


Text Example

White with #3177B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3177B8; }

 p { color: rgb(49,119,184); }

 H1.HeaderClassName
 {
   color: #3177B8;
 }
 .AnyTagClassName
 {
   color: #3177B8;
 }
</style>

background-color css

<style>
 a { background-color: #3177B8; }

 a { background-color: rgb(49,119,184); }

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

border-color css

<style>
 span { border-color: #3177B8; }

 span { border-color: rgb(49,119,184); }

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