#319AB9

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

Shades of Pelorous #319AB9

Tints of Pelorous #319AB9

Color information

#319AB9 (or 0x319AB9) is unknown color: approx Pelorous. HEX triplet: 31, 9A and B9. RGB value is (49,154,185). Sum of RGB (Red+Green+Blue) = 49+154+185=388 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.63% from 388); Green value is 154 (60.55% from 255 or 39.69% from 388); Blue value is 185 (72.66% from 255 or 47.68% from 388); Max value from RGB is 185 - color contains mainly: blue. Hex color #319AB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319AB9 is #CE6546. Grayscale: #7D7D7D. Windows color (decimal): -13526343 or 12163633. OLE color: 12163633.

HSL color Cylindrical-coordinate representation of color #319AB9: hue angle of 193.68º 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 #319AB9 is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB49154185-
CMYK0.740.1700.27
HSL193.68º58.12%45.88%-
HSV(B)193.68º73.51%72.55%-
XYZ21.5827.2750.02-
YUV126.14161.2172.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.63%
GREEN value IS 154 (60.55% from 255) = 39.69%
BLUE value IS 185 (72.66% from 255) = 47.68%
R=12.63%
G=39.69%
B=47.68%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal491541850.740.1700.27193.6858.1245.88
Hex319AB94A1101Bc23a2e
Octal61232271112210333027256
Binary110001100110101011100110010101000101101111000010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,154,185); }

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

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

 a { background-color: rgb(49,154,185); }

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

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

 span { border-color: rgb(49,154,185); }

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