Html Css Color HEX #3198BB Pelorous

📋 copy color: '#3198BB'

red 49 ◦ green 152 ◦ blue 187

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

Shades of Pelorous #3198BB

Tints of Pelorous #3198BB

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.18%

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

R = 12.63%
G = 39.18%
B = 48.2%

CMYK

 C value IS 0.74

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3198BB (or 0x3198BB) is known color: Pelorous. HEX triplet: 31, 98 and BB. RGB value is (49,152,187). Sum of RGB (Red+Green+Blue) = 49+152+187=388 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.63% from 388); Green value is 152 (59.77% from 255 or 39.18% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: blue. Hex color #3198BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3198BB is #CE6744. Grayscale: #7C7C7C. Windows color (decimal): -13526853 or 12294193. OLE color: 12294193.

HSL color Cylindrical-coordinate representation of color #3198BB: hue angle of 195.22º 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 #3198BB is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 152 187 -
CMYK 0.74 0.19 0 0.27
HSL 195.22º 0.58% 0.46% -
HSV(B) 195.22º 0.74% 0.73% -
XYZ 21.46 26.7 51.04 -
YUV 125.19 162.88 73.65 -
System Red Green Blue C M Y K H S L
Decimal 49 152 187 0.74 0.19 0 0.27 195.22 0.58 0.46
Hex 31 98 BB 4A 13 0 1B C3 3A 2E
Octal 61 230 273 112 23 0 33 303 72 56
Binary 110001 10011000 10111011 1001010 10011 0 11011 11000011 111010 101110

Color Harmonies of #3198BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3198BB

Black with #3198BB

Text Example


Text Example

White with #3198BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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