Html Css Color HEX #3198C0 Pelorous

📋 copy color: '#3198C0'

red 49 ◦ green 152 ◦ blue 192

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

Shades of Pelorous #3198C0

Tints of Pelorous #3198C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 48.85%

R = 12.47%
G = 38.68%
B = 48.85%

CMYK

 C value IS 0.74

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3198C0 (or 0x3198C0) is known color: Pelorous. HEX triplet: 31, 98 and C0. RGB value is (49,152,192). Sum of RGB (Red+Green+Blue) = 49+152+192=393 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.47% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 192 (75.39% from 255 or 48.85% from 393); Max value from RGB is 192 - color contains mainly: blue. Hex color #3198C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3198C0 is #CE673F. Grayscale: #7D7D7D. Windows color (decimal): -13526848 or 12621873. OLE color: 12621873.

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

Color convert

RGB 49 152 192 -
CMYK 0.74 0.21 0 0.25
HSL 196.78º 0.59% 0.47% -
HSV(B) 196.78º 0.74% 0.75% -
XYZ 22.01 26.92 53.9 -
YUV 125.76 165.38 73.25 -
System Red Green Blue C M Y K H S L
Decimal 49 152 192 0.74 0.21 0 0.25 196.78 0.59 0.47
Hex 31 98 C0 4A 15 0 19 C5 3B 2F
Octal 61 230 300 112 25 0 31 305 73 57
Binary 110001 10011000 11000000 1001010 10101 0 11001 11000101 111011 101111

Color Harmonies of #3198C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3198C0

Black with #3198C0

Text Example


Text Example

White with #3198C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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