Html Css Color HEX #319EC9 Pelorous

📋 copy color: '#319EC9'

red 49 ◦ green 158 ◦ blue 201

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

Shades of Pelorous #319EC9

Tints of Pelorous #319EC9

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.73%

 BLUE value IS 201 (78.91% from 255) = 49.26%

R = 12.01%
G = 38.73%
B = 49.26%

CMYK

 C value IS 0.76

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#319EC9 (or 0x319EC9) is known color: Pelorous. HEX triplet: 31, 9E and C9. RGB value is (49,158,201). Sum of RGB (Red+Green+Blue) = 49+158+201=408 (54% of max value = 765). Red value is 49 (19.53% from 255 or 12.01% from 408); Green value is 158 (62.11% from 255 or 38.73% from 408); Blue value is 201 (78.91% from 255 or 49.26% from 408); Max value from RGB is 201 - color contains mainly: blue. Hex color #319EC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319EC9 is #CE6136. Grayscale: #828282. Windows color (decimal): -13525303 or 13213233. OLE color: 13213233.

HSL color Cylindrical-coordinate representation of color #319EC9: hue angle of 196.97º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #319EC9 is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 49 158 201 -
CMYK 0.76 0.21 0 0.21
HSL 196.97º 0.61% 0.49% -
HSV(B) 196.97º 0.76% 0.79% -
XYZ 24.04 29.32 59.65 -
YUV 130.31 167.89 70 -
System Red Green Blue C M Y K H S L
Decimal 49 158 201 0.76 0.21 0 0.21 196.97 0.61 0.49
Hex 31 9E C9 4C 15 0 15 C5 3D 31
Octal 61 236 311 114 25 0 25 305 75 61
Binary 110001 10011110 11001001 1001100 10101 0 10101 11000101 111101 110001

Color Harmonies of #319EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319EC9

Black with #319EC9

Text Example


Text Example

White with #319EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,158,201); }

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

background-color css

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

 a { background-color: rgb(49,158,201); }

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

border-color css

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

 span { border-color: rgb(49,158,201); }

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