Html Css Color HEX #3185AD Curious Blue

📋 copy color: '#3185AD'

red 49 ◦ green 133 ◦ blue 173

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

Shades of Curious Blue #3185AD

Tints of Curious Blue #3185AD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.46%

 BLUE value IS 173 (67.97% from 255) = 48.73%

R = 13.8%
G = 37.46%
B = 48.73%

CMYK

 C value IS 0.72

 M value IS 0.23

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3185AD (or 0x3185AD) is known color: Curious Blue. HEX triplet: 31, 85 and AD. RGB value is (49,133,173). Sum of RGB (Red+Green+Blue) = 49+133+173=355 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.80% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #3185AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3185AD is #CE7A52. Grayscale: #707070. Windows color (decimal): -13531731 or 11371825. OLE color: 11371825.

HSL color Cylindrical-coordinate representation of color #3185AD: hue angle of 199.35º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3185AD is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 49 133 173 -
CMYK 0.72 0.23 0 0.32
HSL 199.35º 0.56% 0.44% -
HSV(B) 199.35º 0.72% 0.68% -
XYZ 17.2 20.45 42.58 -
YUV 112.44 162.17 82.75 -
System Red Green Blue C M Y K H S L
Decimal 49 133 173 0.72 0.23 0 0.32 199.35 0.56 0.44
Hex 31 85 AD 48 17 0 20 C7 38 2C
Octal 61 205 255 110 27 0 40 307 70 54
Binary 110001 10000101 10101101 1001000 10111 0 100000 11000111 111000 101100

Color Harmonies of #3185AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3185AD

Black with #3185AD

Text Example


Text Example

White with #3185AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3185AD; }

 p { color: rgb(49,133,173); }

 H1.HeaderClassName
 {
   color: #3185AD;
 }
 .AnyTagClassName
 {
   color: #3185AD;
 }
</style>

background-color css

<style>
 a { background-color: #3185AD; }

 a { background-color: rgb(49,133,173); }

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

border-color css

<style>
 span { border-color: #3185AD; }

 span { border-color: rgb(49,133,173); }

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