Html Css Color HEX #3189BB Curious Blue

📋 copy color: '#3189BB'

red 49 ◦ green 137 ◦ blue 187

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

Shades of Curious Blue #3189BB

Tints of Curious Blue #3189BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.13%

R = 13.14%
G = 36.73%
B = 50.13%

CMYK

 C value IS 0.74

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3189BB (or 0x3189BB) is known color: Curious Blue. HEX triplet: 31, 89 and BB. RGB value is (49,137,187). Sum of RGB (Red+Green+Blue) = 49+137+187=373 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.14% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #3189BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3189BB is #CE7644. Grayscale: #747474. Windows color (decimal): -13530693 or 12290353. OLE color: 12290353.

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

Color convert

RGB 49 137 187 -
CMYK 0.74 0.27 0 0.27
HSL 201.74º 0.58% 0.46% -
HSV(B) 201.74º 0.74% 0.73% -
XYZ 19.18 22.13 50.27 -
YUV 116.39 167.85 79.93 -
System Red Green Blue C M Y K H S L
Decimal 49 137 187 0.74 0.27 0 0.27 201.74 0.58 0.46
Hex 31 89 BB 4A 1B 0 1B CA 3A 2E
Octal 61 211 273 112 33 0 33 312 72 56
Binary 110001 10001001 10111011 1001010 11011 0 11011 11001010 111010 101110

Color Harmonies of #3189BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3189BB

Black with #3189BB

Text Example


Text Example

White with #3189BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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