Html Css Color HEX #3182BC Curious Blue

📋 copy color: '#3182BC'

red 49 ◦ green 130 ◦ blue 188

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

Shades of Curious Blue #3182BC

Tints of Curious Blue #3182BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.23%

R = 13.35%
G = 35.42%
B = 51.23%

CMYK

 C value IS 0.74

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3182BC (or 0x3182BC) is known color: Curious Blue. HEX triplet: 31, 82 and BC. RGB value is (49,130,188). Sum of RGB (Red+Green+Blue) = 49+130+188=367 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.35% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #3182BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3182BC is #CE7D43. Grayscale: #707070. Windows color (decimal): -13532484 or 12354097. OLE color: 12354097.

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

Color convert

RGB 49 130 188 -
CMYK 0.74 0.31 0 0.26
HSL 205.04º 0.59% 0.46% -
HSV(B) 205.04º 0.74% 0.74% -
XYZ 18.33 20.25 50.52 -
YUV 112.39 170.66 82.78 -
System Red Green Blue C M Y K H S L
Decimal 49 130 188 0.74 0.31 0 0.26 205.04 0.59 0.46
Hex 31 82 BC 4A 1F 0 1A CD 3B 2E
Octal 61 202 274 112 37 0 32 315 73 56
Binary 110001 10000010 10111100 1001010 11111 0 11010 11001101 111011 101110

Color Harmonies of #3182BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3182BC

Black with #3182BC

Text Example


Text Example

White with #3182BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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