Html Css Color HEX #3190BD Curious Blue

📋 copy color: '#3190BD'

red 49 ◦ green 144 ◦ blue 189

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

Shades of Curious Blue #3190BD

Tints of Curious Blue #3190BD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.7%

 BLUE value IS 189 (74.22% from 255) = 49.48%

R = 12.83%
G = 37.7%
B = 49.48%

CMYK

 C value IS 0.74

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3190BD (or 0x3190BD) is known color: Curious Blue. HEX triplet: 31, 90 and BD. RGB value is (49,144,189). Sum of RGB (Red+Green+Blue) = 49+144+189=382 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.83% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 189 (74.22% from 255 or 49.48% from 382); Max value from RGB is 189 - color contains mainly: blue. Hex color #3190BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3190BD is #CE6F42. Grayscale: #787878. Windows color (decimal): -13528899 or 12423217. OLE color: 12423217.

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

Color convert

RGB 49 144 189 -
CMYK 0.74 0.24 0 0.26
HSL 199.29º 0.59% 0.47% -
HSV(B) 199.29º 0.74% 0.74% -
XYZ 20.43 24.27 51.75 -
YUV 120.73 166.53 76.84 -
System Red Green Blue C M Y K H S L
Decimal 49 144 189 0.74 0.24 0 0.26 199.29 0.59 0.47
Hex 31 90 BD 4A 18 0 1A C7 3B 2F
Octal 61 220 275 112 30 0 32 307 73 57
Binary 110001 10010000 10111101 1001010 11000 0 11010 11000111 111011 101111

Color Harmonies of #3190BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3190BD

Black with #3190BD

Text Example


Text Example

White with #3190BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3190BD; }

 p { color: rgb(49,144,189); }

 H1.HeaderClassName
 {
   color: #3190BD;
 }
 .AnyTagClassName
 {
   color: #3190BD;
 }
</style>

background-color css

<style>
 a { background-color: #3190BD; }

 a { background-color: rgb(49,144,189); }

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

border-color css

<style>
 span { border-color: #3190BD; }

 span { border-color: rgb(49,144,189); }

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