#319EB7

Color #319EB7 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #319EB7

Tints of Pelorous #319EB7

Color information

#319EB7 (or 0x319EB7) is unknown color: approx Pelorous. HEX triplet: 31, 9E and B7. RGB value is (49,158,183). Sum of RGB (Red+Green+Blue) = 49+158+183=390 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.56% from 390); Green value is 158 (62.11% from 255 or 40.51% from 390); Blue value is 183 (71.88% from 255 or 46.92% from 390); Max value from RGB is 183 - color contains mainly: blue. Hex color #319EB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319EB7 is #CE6148. Grayscale: #808080. Windows color (decimal): -13525321 or 12033585. OLE color: 12033585.

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

Color convert

RGB49158183-
CMYK0.730.1400.28
HSL191.19º57.76%45.49%-
HSV(B)191.19º73.22%71.76%-
XYZ22.0428.5349.14-
YUV128.26158.8971.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.56%
GREEN value IS 158 (62.11% from 255) = 40.51%
BLUE value IS 183 (71.88% from 255) = 46.92%
R=12.56%
G=40.51%
B=46.92%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal491581830.730.1400.28191.1957.7645.49
Hex319EB749E01Cbf3a2d
Octal61236267111160342777255
Binary11000110011110101101111001001111001110010111111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,158,183); }

 H1.HeaderClassName
 {
   color: #319EB7;
 }
 .AnyTagClassName
 {
   color: #319EB7;
 }
</style>
background-color css

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

 a { background-color: rgb(49,158,183); }

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

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

 span { border-color: rgb(49,158,183); }

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