Html Css Color HEX #319BC6 Pelorous

📋 copy color: '#319BC6'

red 49 ◦ green 155 ◦ blue 198

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

Shades of Pelorous #319BC6

Tints of Pelorous #319BC6

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.56%

 BLUE value IS 198 (77.73% from 255) = 49.25%

R = 12.19%
G = 38.56%
B = 49.25%

CMYK

 C value IS 0.75

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#319BC6 (or 0x319BC6) is known color: Pelorous. HEX triplet: 31, 9B and C6. RGB value is (49,155,198). Sum of RGB (Red+Green+Blue) = 49+155+198=402 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.19% from 402); Green value is 155 (60.94% from 255 or 38.56% from 402); Blue value is 198 (77.73% from 255 or 49.25% from 402); Max value from RGB is 198 - color contains mainly: blue. Hex color #319BC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319BC6 is #CE6439. Grayscale: #7F7F7F. Windows color (decimal): -13526074 or 13015857. OLE color: 13015857.

HSL color Cylindrical-coordinate representation of color #319BC6: hue angle of 197.32º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #319BC6 is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 49 155 198 -
CMYK 0.75 0.22 0 0.22
HSL 197.32º 0.6% 0.48% -
HSV(B) 197.32º 0.75% 0.78% -
XYZ 23.18 28.17 57.64 -
YUV 128.21 167.38 71.5 -
System Red Green Blue C M Y K H S L
Decimal 49 155 198 0.75 0.22 0 0.22 197.32 0.6 0.48
Hex 31 9B C6 4B 16 0 16 C5 3C 30
Octal 61 233 306 113 26 0 26 305 74 60
Binary 110001 10011011 11000110 1001011 10110 0 10110 11000101 111100 110000

Color Harmonies of #319BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319BC6

Black with #319BC6

Text Example


Text Example

White with #319BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319BC6; }

 p { color: rgb(49,155,198); }

 H1.HeaderClassName
 {
   color: #319BC6;
 }
 .AnyTagClassName
 {
   color: #319BC6;
 }
</style>

background-color css

<style>
 a { background-color: #319BC6; }

 a { background-color: rgb(49,155,198); }

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

border-color css

<style>
 span { border-color: #319BC6; }

 span { border-color: rgb(49,155,198); }

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