Html Css Color HEX #319AC8 Pelorous

📋 copy color: '#319AC8'

red 49 ◦ green 154 ◦ blue 200

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

Shades of Pelorous #319AC8

Tints of Pelorous #319AC8

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.21%

 BLUE value IS 200 (78.52% from 255) = 49.63%

R = 12.16%
G = 38.21%
B = 49.63%

CMYK

 C value IS 0.76

 M value IS 0.23

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#319AC8 (or 0x319AC8) is known color: Pelorous. HEX triplet: 31, 9A and C8. RGB value is (49,154,200). Sum of RGB (Red+Green+Blue) = 49+154+200=403 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.16% from 403); Green value is 154 (60.55% from 255 or 38.21% from 403); Blue value is 200 (78.52% from 255 or 49.63% from 403); Max value from RGB is 200 - color contains mainly: blue. Hex color #319AC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319AC8 is #CE6537. Grayscale: #7F7F7F. Windows color (decimal): -13526328 or 13146673. OLE color: 13146673.

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

Color convert

RGB 49 154 200 -
CMYK 0.76 0.23 0 0.22
HSL 198.28º 0.61% 0.49% -
HSV(B) 198.28º 0.76% 0.78% -
XYZ 23.25 27.93 58.81 -
YUV 127.85 168.71 71.76 -
System Red Green Blue C M Y K H S L
Decimal 49 154 200 0.76 0.23 0 0.22 198.28 0.61 0.49
Hex 31 9A C8 4C 17 0 16 C6 3D 31
Octal 61 232 310 114 27 0 26 306 75 61
Binary 110001 10011010 11001000 1001100 10111 0 10110 11000110 111101 110001

Color Harmonies of #319AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319AC8

Black with #319AC8

Text Example


Text Example

White with #319AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,154,200); }

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

background-color css

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

 a { background-color: rgb(49,154,200); }

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

border-color css

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

 span { border-color: rgb(49,154,200); }

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