#3198B4

Color #3198B4 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #3198B4

Tints of Pelorous #3198B4

Color information

#3198B4 (or 0x3198B4) is unknown color: approx Pelorous. HEX triplet: 31, 98 and B4. RGB value is (49,152,180). Sum of RGB (Red+Green+Blue) = 49+152+180=381 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.86% from 381); Green value is 152 (59.77% from 255 or 39.90% from 381); Blue value is 180 (70.70% from 255 or 47.24% from 381); Max value from RGB is 180 - color contains mainly: blue. Hex color #3198B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3198B4 is #CE674B. Grayscale: #7C7C7C. Windows color (decimal): -13526860 or 11835441. OLE color: 11835441.

HSL color Cylindrical-coordinate representation of color #3198B4: hue angle of 192.82º 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 #3198B4 is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB49152180-
CMYK0.730.1600.29
HSL192.82º57.21%44.9%-
HSV(B)192.82º72.78%70.59%-
XYZ20.7326.447.18-
YUV124.39159.3874.22-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.86%
GREEN value IS 152 (59.77% from 255) = 39.90%
BLUE value IS 180 (70.70% from 255) = 47.24%
R=12.86%
G=39.90%
B=47.24%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal491521800.730.1600.29192.8257.2144.9
Hex3198B4491001Dc1392d
Octal61230264111200353017155
Binary110001100110001011010010010011000001110111000001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3198B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3198B4;
 }
 .AnyTagClassName
 {
   color: #3198B4;
 }
</style>
background-color css

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

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

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

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

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

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