Html Css Color HEX #3189B8 Curious Blue

📋 copy color: '#3189B8'

red 49 ◦ green 137 ◦ blue 184

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

Shades of Curious Blue #3189B8

Tints of Curious Blue #3189B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 49.73%

R = 13.24%
G = 37.03%
B = 49.73%

CMYK

 C value IS 0.73

 M value IS 0.26

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#3189B8 (or 0x3189B8) is known color: Curious Blue. HEX triplet: 31, 89 and B8. RGB value is (49,137,184). Sum of RGB (Red+Green+Blue) = 49+137+184=370 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.24% from 370); Green value is 137 (53.91% from 255 or 37.03% from 370); Blue value is 184 (72.27% from 255 or 49.73% from 370); Max value from RGB is 184 - color contains mainly: blue. Hex color #3189B8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3189B8 is #CE7647. Grayscale: #737373. Windows color (decimal): -13530696 or 12093745. OLE color: 12093745.

HSL color Cylindrical-coordinate representation of color #3189B8: hue angle of 200.89º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3189B8 is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 49 137 184 -
CMYK 0.73 0.26 0 0.28
HSL 200.89º 0.58% 0.46% -
HSV(B) 200.89º 0.73% 0.72% -
XYZ 18.86 22 48.6 -
YUV 116.05 166.35 80.18 -
System Red Green Blue C M Y K H S L
Decimal 49 137 184 0.73 0.26 0 0.28 200.89 0.58 0.46
Hex 31 89 B8 49 1A 0 1C C9 3A 2E
Octal 61 211 270 111 32 0 34 311 72 56
Binary 110001 10001001 10111000 1001001 11010 0 11100 11001001 111010 101110

Color Harmonies of #3189B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3189B8

Black with #3189B8

Text Example


Text Example

White with #3189B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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