Html Css Color HEX #3189DC Curious Blue

📋 copy color: '#3189DC'

red 49 ◦ green 137 ◦ blue 220

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

Shades of Curious Blue #3189DC

Tints of Curious Blue #3189DC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.74%

 BLUE value IS 220 (86.33% from 255) = 54.19%

R = 12.07%
G = 33.74%
B = 54.19%

CMYK

 C value IS 0.78

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3189DC (or 0x3189DC) is known color: Curious Blue. HEX triplet: 31, 89 and DC. RGB value is (49,137,220). Sum of RGB (Red+Green+Blue) = 49+137+220=406 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.07% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 220 (86.33% from 255 or 54.19% from 406); Max value from RGB is 220 - color contains mainly: blue. Hex color #3189DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3189DC is #CE7623. Grayscale: #777777. Windows color (decimal): -13530660 or 14453041. OLE color: 14453041.

HSL color Cylindrical-coordinate representation of color #3189DC: hue angle of 209.12º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3189DC is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 137 220 -
CMYK 0.78 0.38 0 0.14
HSL 209.12º 0.71% 0.53% -
HSV(B) 209.12º 0.78% 0.86% -
XYZ 23.13 23.71 71.07 -
YUV 120.15 184.35 77.25 -
System Red Green Blue C M Y K H S L
Decimal 49 137 220 0.78 0.38 0 0.14 209.12 0.71 0.53
Hex 31 89 DC 4E 26 0 E D1 47 35
Octal 61 211 334 116 46 0 16 321 107 65
Binary 110001 10001001 11011100 1001110 100110 0 1110 11010001 1000111 110101

Color Harmonies of #3189DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3189DC

Black with #3189DC

Text Example


Text Example

White with #3189DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3189DC; }

 p { color: rgb(49,137,220); }

 H1.HeaderClassName
 {
   color: #3189DC;
 }
 .AnyTagClassName
 {
   color: #3189DC;
 }
</style>

background-color css

<style>
 a { background-color: #3189DC; }

 a { background-color: rgb(49,137,220); }

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

border-color css

<style>
 span { border-color: #3189DC; }

 span { border-color: rgb(49,137,220); }

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