Html Css Color HEX #319BC1 Pelorous

📋 copy color: '#319BC1'

red 49 ◦ green 155 ◦ blue 193

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

Shades of Pelorous #319BC1

Tints of Pelorous #319BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 48.61%

R = 12.34%
G = 39.04%
B = 48.61%

CMYK

 C value IS 0.75

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#319BC1 (or 0x319BC1) is known color: Pelorous. HEX triplet: 31, 9B and C1. RGB value is (49,155,193). Sum of RGB (Red+Green+Blue) = 49+155+193=397 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.34% from 397); Green value is 155 (60.94% from 255 or 39.04% from 397); Blue value is 193 (75.78% from 255 or 48.61% from 397); Max value from RGB is 193 - color contains mainly: blue. Hex color #319BC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319BC1 is #CE643E. Grayscale: #7F7F7F. Windows color (decimal): -13526079 or 12688177. OLE color: 12688177.

HSL color Cylindrical-coordinate representation of color #319BC1: hue angle of 195.83º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #319BC1 is Cyan = 0.75, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 49 155 193 -
CMYK 0.75 0.20 0 0.24
HSL 195.83º 0.6% 0.47% -
HSV(B) 195.83º 0.75% 0.76% -
XYZ 22.61 27.95 54.65 -
YUV 127.64 164.88 71.91 -
System Red Green Blue C M Y K H S L
Decimal 49 155 193 0.75 0.20 0 0.24 195.83 0.6 0.47
Hex 31 9B C1 4B 14 0 18 C4 3C 2F
Octal 61 233 301 113 24 0 30 304 74 57
Binary 110001 10011011 11000001 1001011 10100 0 11000 11000100 111100 101111

Color Harmonies of #319BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319BC1

Black with #319BC1

Text Example


Text Example

White with #319BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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