Html Css Color HEX #319AC0 Pelorous

📋 copy color: '#319AC0'

red 49 ◦ green 154 ◦ blue 192

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

Shades of Pelorous #319AC0

Tints of Pelorous #319AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 48.61%

R = 12.41%
G = 38.99%
B = 48.61%

CMYK

 C value IS 0.74

 M value IS 0.20

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#319AC0 (or 0x319AC0) is known color: Pelorous. HEX triplet: 31, 9A and C0. RGB value is (49,154,192). Sum of RGB (Red+Green+Blue) = 49+154+192=395 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.41% from 395); Green value is 154 (60.55% from 255 or 38.99% from 395); Blue value is 192 (75.39% from 255 or 48.61% from 395); Max value from RGB is 192 - color contains mainly: blue. Hex color #319AC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319AC0 is #CE653F. Grayscale: #7E7E7E. Windows color (decimal): -13526336 or 12622385. OLE color: 12622385.

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

Color convert

RGB 49 154 192 -
CMYK 0.74 0.20 0 0.25
HSL 195.94º 0.59% 0.47% -
HSV(B) 195.94º 0.74% 0.75% -
XYZ 22.34 27.57 54.01 -
YUV 126.94 164.71 72.41 -
System Red Green Blue C M Y K H S L
Decimal 49 154 192 0.74 0.20 0 0.25 195.94 0.59 0.47
Hex 31 9A C0 4A 14 0 19 C4 3B 2F
Octal 61 232 300 112 24 0 31 304 73 57
Binary 110001 10011010 11000000 1001010 10100 0 11001 11000100 111011 101111

Color Harmonies of #319AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319AC0

Black with #319AC0

Text Example


Text Example

White with #319AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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