#319FBB

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

Shades of Pelorous #319FBB

Tints of Pelorous #319FBB

Color information

#319FBB (or 0x319FBB) is unknown color: approx Pelorous. HEX triplet: 31, 9F and BB. RGB value is (49,159,187). Sum of RGB (Red+Green+Blue) = 49+159+187=395 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.41% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: blue. Hex color #319FBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319FBB is #CE6044. Grayscale: #818181. Windows color (decimal): -13525061 or 12295985. OLE color: 12295985.

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

Color convert

RGB49159187-
CMYK0.740.1500.27
HSL192.17º58.47%46.27%-
HSV(B)192.17º73.8%73.33%-
XYZ22.6329.0451.43-
YUV129.3160.5670.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.41%
GREEN value IS 159 (62.5% from 255) = 40.25%
BLUE value IS 187 (73.44% from 255) = 47.34%
R=12.41%
G=40.25%
B=47.34%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal491591870.740.1500.27192.1758.4746.27
Hex319FBB4AF01Bc03a2e
Octal61237273112170333007256
Binary11000110011111101110111001010111101101111000000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,159,187); }

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

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

 a { background-color: rgb(49,159,187); }

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

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

 span { border-color: rgb(49,159,187); }

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