Html Css Color HEX #3191B4 Pelorous

📋 copy color: '#3191B4'

red 49 ◦ green 145 ◦ blue 180

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

Shades of Pelorous #3191B4

Tints of Pelorous #3191B4

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.77%

 BLUE value IS 180 (70.7% from 255) = 48.13%

R = 13.1%
G = 38.77%
B = 48.13%

CMYK

 C value IS 0.73

 M value IS 0.19

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3191B4 (or 0x3191B4) is known color: Pelorous. HEX triplet: 31, 91 and B4. RGB value is (49,145,180). Sum of RGB (Red+Green+Blue) = 49+145+180=374 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.10% from 374); Green value is 145 (57.03% from 255 or 38.77% from 374); Blue value is 180 (70.70% from 255 or 48.13% from 374); Max value from RGB is 180 - color contains mainly: blue. Hex color #3191B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3191B4 is #CE6E4B. Grayscale: #787878. Windows color (decimal): -13528652 or 11833649. OLE color: 11833649.

HSL color Cylindrical-coordinate representation of color #3191B4: hue angle of 196.03º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3191B4 is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 49 145 180 -
CMYK 0.73 0.19 0 0.29
HSL 196.03º 0.57% 0.45% -
HSV(B) 196.03º 0.73% 0.71% -
XYZ 19.63 24.2 46.82 -
YUV 120.29 161.7 77.15 -
System Red Green Blue C M Y K H S L
Decimal 49 145 180 0.73 0.19 0 0.29 196.03 0.57 0.45
Hex 31 91 B4 49 13 0 1D C4 39 2D
Octal 61 221 264 111 23 0 35 304 71 55
Binary 110001 10010001 10110100 1001001 10011 0 11101 11000100 111001 101101

Color Harmonies of #3191B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3191B4

Black with #3191B4

Text Example


Text Example

White with #3191B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3191B4; }

 p { color: rgb(49,145,180); }

 H1.HeaderClassName
 {
   color: #3191B4;
 }
 .AnyTagClassName
 {
   color: #3191B4;
 }
</style>

background-color css

<style>
 a { background-color: #3191B4; }

 a { background-color: rgb(49,145,180); }

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

border-color css

<style>
 span { border-color: #3191B4; }

 span { border-color: rgb(49,145,180); }

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