Html Css Color HEX #319BAD Pelorous

📋 copy color: '#319BAD'

red 49 ◦ green 155 ◦ blue 173

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

Shades of Pelorous #319BAD

Tints of Pelorous #319BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.89%

R = 13%
G = 41.11%
B = 45.89%

CMYK

 C value IS 0.72

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#319BAD (or 0x319BAD) is known color: Pelorous. HEX triplet: 31, 9B and AD. RGB value is (49,155,173). Sum of RGB (Red+Green+Blue) = 49+155+173=377 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.00% from 377); Green value is 155 (60.94% from 255 or 41.11% from 377); Blue value is 173 (67.97% from 255 or 45.89% from 377); Max value from RGB is 173 - color contains mainly: blue. Hex color #319BAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319BAD is #CE6452. Grayscale: #7D7D7D. Windows color (decimal): -13526099 or 11377457. OLE color: 11377457.

HSL color Cylindrical-coordinate representation of color #319BAD: hue angle of 188.71º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #319BAD is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 49 155 173 -
CMYK 0.72 0.10 0 0.32
HSL 188.71º 0.56% 0.44% -
HSV(B) 188.71º 0.72% 0.68% -
XYZ 20.53 27.11 43.69 -
YUV 125.36 154.88 73.54 -
System Red Green Blue C M Y K H S L
Decimal 49 155 173 0.72 0.10 0 0.32 188.71 0.56 0.44
Hex 31 9B AD 48 A 0 20 BD 38 2C
Octal 61 233 255 110 12 0 40 275 70 54
Binary 110001 10011011 10101101 1001000 1010 0 100000 10111101 111000 101100

Color Harmonies of #319BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319BAD

Black with #319BAD

Text Example


Text Example

White with #319BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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