#3198be

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

Shades of Pelorous #3198BE

Tints of Pelorous #3198BE

Color information

#3198BE (or 0x3198BE) is unknown color: approx Pelorous. HEX triplet: 31, 98 and BE. RGB value is (49,152,190). Sum of RGB (Red+Green+Blue) = 49+152+190=391 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.53% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #3198BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3198BE is #CE6741. Grayscale: #7D7D7D. Windows color (decimal): -13526850 or 12490801. OLE color: 12490801.

HSL color Cylindrical-coordinate representation of color #3198BE: hue angle of 196.17º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3198BE is Cyan = 0.74, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB49152190-
CMYK0.740.200.25
HSL196.17º59%46.86%-
HSV(B)196.17º74.21%74.51%-
XYZ21.7926.8352.74-
YUV125.53164.3873.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.53%
GREEN value IS 152 (59.77% from 255) = 38.87%
BLUE value IS 190 (74.61% from 255) = 48.59%
R=12.53%
G=38.87%
B=48.59%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal491521900.740.200.25196.175946.86
Hex3198BE4A14019c43b2f
Octal61230276112240313047357
Binary110001100110001011111010010101010001100111000100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3198be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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