Html Css Color HEX #3180BC Curious Blue

📋 copy color: '#3180BC'

red 49 ◦ green 128 ◦ blue 188

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

Shades of Curious Blue #3180BC

Tints of Curious Blue #3180BC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.07%

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

R = 13.42%
G = 35.07%
B = 51.51%

CMYK

 C value IS 0.74

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3180BC (or 0x3180BC) is known color: Curious Blue. HEX triplet: 31, 80 and BC. RGB value is (49,128,188). Sum of RGB (Red+Green+Blue) = 49+128+188=365 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.42% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #3180BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3180BC is #CE7F43. Grayscale: #6E6E6E. Windows color (decimal): -13532996 or 12353585. OLE color: 12353585.

HSL color Cylindrical-coordinate representation of color #3180BC: hue angle of 205.9º 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 #3180BC is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 49 128 188 -
CMYK 0.74 0.32 0 0.26
HSL 205.9º 0.59% 0.46% -
HSV(B) 205.9º 0.74% 0.74% -
XYZ 18.06 19.72 50.43 -
YUV 111.22 171.33 83.62 -
System Red Green Blue C M Y K H S L
Decimal 49 128 188 0.74 0.32 0 0.26 205.9 0.59 0.46
Hex 31 80 BC 4A 20 0 1A CE 3B 2E
Octal 61 200 274 112 40 0 32 316 73 56
Binary 110001 10000000 10111100 1001010 100000 0 11010 11001110 111011 101110

Color Harmonies of #3180BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3180BC

Black with #3180BC

Text Example


Text Example

White with #3180BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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