Html Css Color HEX #319DB0 Pelorous

📋 copy color: '#319DB0'

red 49 ◦ green 157 ◦ blue 176

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

Shades of Pelorous #319DB0

Tints of Pelorous #319DB0

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.1%

 BLUE value IS 176 (69.14% from 255) = 46.07%

R = 12.83%
G = 41.1%
B = 46.07%

CMYK

 C value IS 0.72

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#319DB0 (or 0x319DB0) is known color: Pelorous. HEX triplet: 31, 9D and B0. RGB value is (49,157,176). Sum of RGB (Red+Green+Blue) = 49+157+176=382 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.83% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 176 (69.14% from 255 or 46.07% from 382); Max value from RGB is 176 - color contains mainly: blue. Hex color #319DB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319DB0 is #CE624F. Grayscale: #7E7E7E. Windows color (decimal): -13525584 or 11574577. OLE color: 11574577.

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

Color convert

RGB 49 157 176 -
CMYK 0.72 0.11 0 0.31
HSL 188.98º 0.56% 0.44% -
HSV(B) 188.98º 0.72% 0.69% -
XYZ 21.16 27.9 45.34 -
YUV 126.87 155.72 72.46 -
System Red Green Blue C M Y K H S L
Decimal 49 157 176 0.72 0.11 0 0.31 188.98 0.56 0.44
Hex 31 9D B0 48 B 0 1F BD 38 2C
Octal 61 235 260 110 13 0 37 275 70 54
Binary 110001 10011101 10110000 1001000 1011 0 11111 10111101 111000 101100

Color Harmonies of #319DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319DB0

Black with #319DB0

Text Example


Text Example

White with #319DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,157,176); }

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

background-color css

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

 a { background-color: rgb(49,157,176); }

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

border-color css

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

 span { border-color: rgb(49,157,176); }

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