Html Css Color HEX #3182AD Curious Blue

📋 copy color: '#3182AD'

red 49 ◦ green 130 ◦ blue 173

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

Shades of Curious Blue #3182AD

Tints of Curious Blue #3182AD

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.93%

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

R = 13.92%
G = 36.93%
B = 49.15%

CMYK

 C value IS 0.72

 M value IS 0.25

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3182AD (or 0x3182AD) is known color: Curious Blue. HEX triplet: 31, 82 and AD. RGB value is (49,130,173). Sum of RGB (Red+Green+Blue) = 49+130+173=352 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.92% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 173 - color contains mainly: blue. Hex color #3182AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3182AD is #CE7D52. Grayscale: #6E6E6E. Windows color (decimal): -13532499 or 11371057. OLE color: 11371057.

HSL color Cylindrical-coordinate representation of color #3182AD: hue angle of 200.81º 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 #3182AD is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 49 130 173 -
CMYK 0.72 0.25 0 0.32
HSL 200.81º 0.56% 0.44% -
HSV(B) 200.81º 0.72% 0.68% -
XYZ 16.79 19.64 42.44 -
YUV 110.68 163.16 84 -
System Red Green Blue C M Y K H S L
Decimal 49 130 173 0.72 0.25 0 0.32 200.81 0.56 0.44
Hex 31 82 AD 48 19 0 20 C9 38 2C
Octal 61 202 255 110 31 0 40 311 70 54
Binary 110001 10000010 10101101 1001000 11001 0 100000 11001001 111000 101100

Color Harmonies of #3182AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3182AD

Black with #3182AD

Text Example


Text Example

White with #3182AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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