Html Css Color HEX #319FC5 Pelorous

📋 copy color: '#319FC5'

red 49 ◦ green 159 ◦ blue 197

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

Shades of Pelorous #319FC5

Tints of Pelorous #319FC5

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.26%

 BLUE value IS 197 (77.34% from 255) = 48.64%

R = 12.1%
G = 39.26%
B = 48.64%

CMYK

 C value IS 0.75

 M value IS 0.19

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#319FC5 (or 0x319FC5) is known color: Pelorous. HEX triplet: 31, 9F and C5. RGB value is (49,159,197). Sum of RGB (Red+Green+Blue) = 49+159+197=405 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.10% from 405); Green value is 159 (62.5% from 255 or 39.26% from 405); Blue value is 197 (77.34% from 255 or 48.64% from 405); Max value from RGB is 197 - color contains mainly: blue. Hex color #319FC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319FC5 is #CE603A. Grayscale: #828282. Windows color (decimal): -13525051 or 12951345. OLE color: 12951345.

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

Color convert

RGB 49 159 197 -
CMYK 0.75 0.19 0 0.23
HSL 195.41º 0.6% 0.48% -
HSV(B) 195.41º 0.75% 0.77% -
XYZ 23.74 29.48 57.26 -
YUV 130.44 165.56 69.91 -
System Red Green Blue C M Y K H S L
Decimal 49 159 197 0.75 0.19 0 0.23 195.41 0.6 0.48
Hex 31 9F C5 4B 13 0 17 C3 3C 30
Octal 61 237 305 113 23 0 27 303 74 60
Binary 110001 10011111 11000101 1001011 10011 0 10111 11000011 111100 110000

Color Harmonies of #319FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319FC5

Black with #319FC5

Text Example


Text Example

White with #319FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,159,197); }

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

background-color css

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

 a { background-color: rgb(49,159,197); }

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

border-color css

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

 span { border-color: rgb(49,159,197); }

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