Html Css Color HEX #319BB6 Pelorous

📋 copy color: '#319BB6'

red 49 ◦ green 155 ◦ blue 182

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

Shades of Pelorous #319BB6

Tints of Pelorous #319BB6

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.16%

 BLUE value IS 182 (71.48% from 255) = 47.15%

R = 12.69%
G = 40.16%
B = 47.15%

CMYK

 C value IS 0.73

 M value IS 0.15

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#319BB6 (or 0x319BB6) is known color: Pelorous. HEX triplet: 31, 9B and B6. RGB value is (49,155,182). Sum of RGB (Red+Green+Blue) = 49+155+182=386 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.69% from 386); Green value is 155 (60.94% from 255 or 40.16% from 386); Blue value is 182 (71.48% from 255 or 47.15% from 386); Max value from RGB is 182 - color contains mainly: blue. Hex color #319BB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319BB6 is #CE6449. Grayscale: #7E7E7E. Windows color (decimal): -13526090 or 11967281. OLE color: 11967281.

HSL color Cylindrical-coordinate representation of color #319BB6: hue angle of 192.18º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #319BB6 is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 49 155 182 -
CMYK 0.73 0.15 0 0.29
HSL 192.18º 0.58% 0.45% -
HSV(B) 192.18º 0.73% 0.71% -
XYZ 21.43 27.47 48.43 -
YUV 126.38 159.38 72.8 -
System Red Green Blue C M Y K H S L
Decimal 49 155 182 0.73 0.15 0 0.29 192.18 0.58 0.45
Hex 31 9B B6 49 F 0 1D C0 3A 2D
Octal 61 233 266 111 17 0 35 300 72 55
Binary 110001 10011011 10110110 1001001 1111 0 11101 11000000 111010 101101

Color Harmonies of #319BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319BB6

Black with #319BB6

Text Example


Text Example

White with #319BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,155,182); }

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

background-color css

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

 a { background-color: rgb(49,155,182); }

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

border-color css

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

 span { border-color: rgb(49,155,182); }

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