Html Css Color HEX #319CBB Pelorous

📋 copy color: '#319CBB'

red 49 ◦ green 156 ◦ blue 187

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

Shades of Pelorous #319CBB

Tints of Pelorous #319CBB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.8%

 BLUE value IS 187 (73.44% from 255) = 47.7%

R = 12.5%
G = 39.8%
B = 47.7%

CMYK

 C value IS 0.74

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#319CBB (or 0x319CBB) is known color: Pelorous. HEX triplet: 31, 9C and BB. RGB value is (49,156,187). Sum of RGB (Red+Green+Blue) = 49+156+187=392 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.5% from 392); Green value is 156 (61.33% from 255 or 39.80% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 187 - color contains mainly: blue. Hex color #319CBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319CBB is #CE6344. Grayscale: #7F7F7F. Windows color (decimal): -13525829 or 12295217. OLE color: 12295217.

HSL color Cylindrical-coordinate representation of color #319CBB: hue angle of 193.48º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #319CBB is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 156 187 -
CMYK 0.74 0.17 0 0.27
HSL 193.48º 0.58% 0.46% -
HSV(B) 193.48º 0.74% 0.73% -
XYZ 22.12 28.02 51.26 -
YUV 127.54 161.55 71.98 -
System Red Green Blue C M Y K H S L
Decimal 49 156 187 0.74 0.17 0 0.27 193.48 0.58 0.46
Hex 31 9C BB 4A 11 0 1B C1 3A 2E
Octal 61 234 273 112 21 0 33 301 72 56
Binary 110001 10011100 10111011 1001010 10001 0 11011 11000001 111010 101110

Color Harmonies of #319CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319CBB

Black with #319CBB

Text Example


Text Example

White with #319CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,156,187); }

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

background-color css

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

 a { background-color: rgb(49,156,187); }

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

border-color css

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

 span { border-color: rgb(49,156,187); }

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